diff options
-rw-r--r-- | src/server/scripts/EasternKingdoms/TheStockade/boss_hogger.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/scripts/EasternKingdoms/TheStockade/boss_hogger.cpp b/src/server/scripts/EasternKingdoms/TheStockade/boss_hogger.cpp index dfbf18e582c..a64ecb9f41e 100644 --- a/src/server/scripts/EasternKingdoms/TheStockade/boss_hogger.cpp +++ b/src/server/scripts/EasternKingdoms/TheStockade/boss_hogger.cpp @@ -85,8 +85,6 @@ public: BossAI::JustSummoned(summon); if (summon->GetEntry() == NPC_WARDEN_THELWATER) summon->GetMotionMaster()->MovePoint(POINT_FINISH, wardenthelwatermovepos); - - summons.Summon(summon); } void UpdateAI(uint32 diff) override |