From 3f094b9116d934ffeee917b0abf9ccd622381f68 Mon Sep 17 00:00:00 2001 From: Nyeriah Date: Sun, 2 Nov 2014 01:17:45 -0200 Subject: Scripts/ToC: Remove a safe-measure call that caused issues Closes #11874 --- .../CrusadersColiseum/TrialOfTheCrusader/boss_northrend_beasts.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_northrend_beasts.cpp b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_northrend_beasts.cpp index 2f7722d96fc..021cae3e623 100644 --- a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_northrend_beasts.cpp +++ b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_northrend_beasts.cpp @@ -640,7 +640,6 @@ struct boss_jormungarAI : public BossAI me->SetDisplayId(ModelMobile); me->RemoveAurasDueToSpell(SPELL_SUBMERGE_0); me->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NON_ATTACKABLE | UNIT_FLAG_NOT_SELECTABLE); - me->GetMotionMaster()->Clear(); // if the worm was mobile before submerging, make him stationary now if (WasMobile) @@ -721,9 +720,7 @@ class boss_dreadscale : public CreatureScript struct boss_dreadscaleAI : public boss_jormungarAI { - boss_dreadscaleAI(Creature* creature) : boss_jormungarAI(creature) - { - } + boss_dreadscaleAI(Creature* creature) : boss_jormungarAI(creature) { } void Reset() override { -- cgit v1.2.3