Scripts/Ulduar: Fixed Sanctum Sentry accumulating events after wipes

(cherry picked from commit 266a9c3d41)
This commit is contained in:
Keader
2018-10-22 11:11:16 -03:00
committed by Shauren
parent a560800f9d
commit fea450d9de

View File

@@ -284,6 +284,7 @@ struct npc_sanctum_sentry : public ScriptedAI
void Reset() override
{
_events.Reset();
DoCastSelf(SPELL_STRENGHT_OF_THE_PACK, true);
me->SetWalk(true);
}