mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(Scripts/Ulduar): Boss XT-002 enrage sound
This commit is contained in:
@@ -352,7 +352,7 @@ public:
|
||||
return;
|
||||
case EVENT_ENRAGE:
|
||||
me->MonsterYell("I'm tired of these toys. I don't want to play anymore!", LANG_UNIVERSAL, 0);
|
||||
me->PlayDirectSound(XT_SOUND_SUMMON);
|
||||
me->PlayDirectSound(XT_SOUND_ENRAGE);
|
||||
me->CastSpell(me, SPELL_XT002_ENRAGE, true);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user