fix(Scripts/Ulduar): Boss XT-002 enrage sound

This commit is contained in:
aradep
2020-11-03 04:50:59 -04:00
committed by GitHub
parent 2b1057aace
commit c10bffb9a9

View File

@@ -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;