aboutsummaryrefslogtreecommitdiff
path: root/src/game/Level2.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-17 00:00:48 -0600
committermegamage <none@none>2009-01-17 00:00:48 -0600
commitf414ab1686c300787e3dfb0c397227062b8feea6 (patch)
tree2c76fa147dbf95b9192b01c7484d1804c03d2ed5 /src/game/Level2.cpp
parent0a1c601a1cc0e0036ad8fbfce68d87d14fa572d0 (diff)
*Update flee and confuse movement.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Level2.cpp')
-rw-r--r--src/game/Level2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level2.cpp b/src/game/Level2.cpp
index 85eef6a6da5..d926c153e65 100644
--- a/src/game/Level2.cpp
+++ b/src/game/Level2.cpp
@@ -3728,7 +3728,7 @@ bool ChatHandler::HandleNpcUnFollowCommand(const char* /*args*/)
return false;
}
- if (creature->GetMotionMaster()->empty() ||
+ if (/*creature->GetMotionMaster()->empty() ||*/
creature->GetMotionMaster()->GetCurrentMovementGeneratorType ()!=TARGETED_MOTION_TYPE)
{
PSendSysMessage(LANG_CREATURE_NOT_FOLLOW_YOU);