diff options
author | megamage <none@none> | 2009-01-17 13:34:43 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-17 13:34:43 -0600 |
commit | 8739ded05dbf68486551531024f1ad8ad7b389cf (patch) | |
tree | 87f71484a1fa5b4578fc46bebafa4adc64078fc2 /src/game/Level2.cpp | |
parent | fa2e6622ad9dca5051b451e14ea303670ec65fa6 (diff) | |
parent | f414ab1686c300787e3dfb0c397227062b8feea6 (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Level2.cpp')
-rw-r--r-- | src/game/Level2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level2.cpp b/src/game/Level2.cpp index ebf17571b35..b16d45dd0ab 100644 --- a/src/game/Level2.cpp +++ b/src/game/Level2.cpp @@ -4021,7 +4021,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); |