diff --git a/src/server/scripts/Northrend/Naxxramas/boss_gothik.cpp b/src/server/scripts/Northrend/Naxxramas/boss_gothik.cpp index 23eb083d2..651db1e52 100644 --- a/src/server/scripts/Northrend/Naxxramas/boss_gothik.cpp +++ b/src/server/scripts/Northrend/Naxxramas/boss_gothik.cpp @@ -282,7 +282,6 @@ public: summon->AI()->AttackStart(target); summon->SetInCombatWithZone(); summon->SetReactState(REACT_AGGRESSIVE); - summon->CallForHelp(150.0f); } } } @@ -501,7 +500,7 @@ public: events.Reset(); } - void JustEngagedWith(Unit* /*who*/) override + void JustEngagedWith(Unit* /*who*/) override { switch (me->GetEntry()) {