Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Added C'thun sound alert on aggro #30

Merged
merged 1 commit into from Nov 15, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions Plugins/Sound.lua
Expand Up @@ -31,6 +31,7 @@ local sounds = {

Murloc = "Sound\\Creature\\Murloc\\mMurlocAggroOld.wav",
Pain = "Sound\\Creature\\Thaddius\\THAD_NAXX_ELECT.wav",
Shakira = "Interface\\AddOns\\BigWigs\\Sounds\\Shakira.mp3",
}


Expand Down
1 change: 1 addition & 0 deletions Raids/AQ40/Cthun.lua
Expand Up @@ -403,6 +403,7 @@ function module:CThunStart()
doCheckForWipe = true

self:Message(L["startwarn"], "Attention", false, false)
self:Sound("Shakira")
self:Bar(L["barStartRandomBeams"], timer.p1RandomEyeBeams, icon.giantEye)

if self.db.profile.tentacle then
Expand Down
Binary file added Sounds/Shakira.mp3
Binary file not shown.