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

Commit

Permalink
Added C'thun sound alert on aggro
Browse files Browse the repository at this point in the history
  • Loading branch information
honeyhoney committed Nov 14, 2017
1 parent a8a8622 commit bc93256
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
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.

0 comments on commit bc93256

Please sign in to comment.