diff options
-rw-r--r-- | src/bindings/scripts/scripts/eastern_kingdoms/sunwell_plateau/boss_kalecgos.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bindings/scripts/scripts/eastern_kingdoms/sunwell_plateau/boss_kalecgos.cpp b/src/bindings/scripts/scripts/eastern_kingdoms/sunwell_plateau/boss_kalecgos.cpp index 0fc61faece8..3f61d5285a2 100644 --- a/src/bindings/scripts/scripts/eastern_kingdoms/sunwell_plateau/boss_kalecgos.cpp +++ b/src/bindings/scripts/scripts/eastern_kingdoms/sunwell_plateau/boss_kalecgos.cpp @@ -360,6 +360,8 @@ struct TRINITY_DLL_DECL boss_kalecgosAI : public ScriptedAI void MovementInform(uint32 type,uint32 id) { + if(type != POINT_MOTION_TYPE) + return; me->SetVisibility(VISIBILITY_OFF); if (isFriendly) me->setDeathState(JUST_DIED); |