aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-07-14 16:39:20 +0200
committerQAston <none@none>2009-07-14 16:39:20 +0200
commit96cd58bd3791d86533d4b0e7080017271329841b (patch)
treefccd67cb9fe1f2f26d120c692072601bd3a3c8d4 /src/game/Unit.cpp
parent79e0468af668529b440f18c893825613b4375831 (diff)
*spell_bonus_data for Glyph of Chains of Ice - by Zcuron
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index d1e1ba821e2..696c17fba86 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -10537,8 +10537,8 @@ void Unit::SetInCombatState(bool PvP, Unit* enemy)
if(GetTypeId() != TYPEID_PLAYER)
{
//if(GetMotionMaster()->GetMotionSlotType(MOTION_SLOT_IDLE) != IDLE_MOTION_TYPE)
- if (((Creature *)this)->GetMotionMaster()->GetCurrentMovementGeneratorType() == WAYPOINT_MOTION_TYPE)
- ((Creature*)this)->SetHomePosition(GetPositionX(), GetPositionY(), GetPositionZ(), GetOrientation());
+ //if (((Creature *)this)->GetMotionMaster()->GetCurrentMovementGeneratorType() == WAYPOINT_MOTION_TYPE)
+ //((Creature*)this)->SetHomePosition(GetPositionX(), GetPositionY(), GetPositionZ(), GetOrientation());
if(enemy)
{
if(((Creature*)this)->IsAIEnabled)