diff options
| author | megamage <none@none> | 2009-02-23 13:14:04 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-23 13:14:04 -0600 |
| commit | 34517a860f018ee8bde34556b83b63a6ff2dd9f2 (patch) | |
| tree | 3be1cf262377045fbb6c2abd42c11cd4d942bcef /src/game/Creature.cpp | |
| parent | e425ba5837427a611f1b5b4856edd35c0e2adef7 (diff) | |
*More fix about move flag.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Creature.cpp')
| -rw-r--r-- | src/game/Creature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index 179143b1502..0e649c66c01 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -1154,7 +1154,7 @@ void Creature::AI_SendMoveToPacket(float x, float y, float z, uint32 time, uint3 m_startMove = getMSTime(); m_moveTime = time;*/ - SendMonsterMove(x, y, z, type, MovementFlags, time); + SendMonsterMove(x, y, z, time); } Player *Creature::GetLootRecipient() const |
