diff --git a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_grandmaster_vorpil.cpp b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_grandmaster_vorpil.cpp index b6eb11830..97b9627c8 100644 --- a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_grandmaster_vorpil.cpp +++ b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_grandmaster_vorpil.cpp @@ -201,6 +201,8 @@ struct npc_voidtraveler : public ScriptedAI void Reset() override { + me->SetReactState(REACT_PASSIVE); + if (TempSummon* summon = me->ToTempSummon()) { if (Unit* vorpil = summon->GetSummonerUnit())