diff --git a/src/server/scripts/Events/hallows_end.cpp b/src/server/scripts/Events/hallows_end.cpp index 68d6daba2..771e29e8a 100644 --- a/src/server/scripts/Events/hallows_end.cpp +++ b/src/server/scripts/Events/hallows_end.cpp @@ -662,9 +662,15 @@ class npc_hallows_end_soh : public CreatureScript return; } if (counter == 5) + { me->MonsterYell("The sky is dark. The fire burns. You strive in vain as Fate's wheel turns.", LANG_UNIVERSAL, 0); + me->PlayDirectSound(12570); + } else if (counter == 10) + { me->MonsterYell("The town still burns. A cleansing fire! Time is short, I'll soon retire!", LANG_UNIVERSAL, 0); + me->PlayDirectSound(12571); + } if (Unit* trigger = getTrigger()) me->CastSpell(trigger, SPELL_START_FIRE, true);