mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Scripts/Ulduar: Fixed Sanctum Sentry accumulating events after wipes
(cherry picked from commit 266a9c3d41)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user