diff options
| author | megamage <none@none> | 2009-02-23 17:04:15 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-23 17:04:15 -0600 |
| commit | 5fe7b48037c7892c24f5c2f9ea1d18c424ac85e9 (patch) | |
| tree | 0650745d74d6b63003429de0dff65632699d71f3 /src/game/Creature.cpp | |
| parent | befa36f8b91ab2a08719ff4d1df0433d9ac604b1 (diff) | |
| parent | de947abd068ad603ca202ae53ffeeefed944681f (diff) | |
*Merge.
--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 ae3ddc54165..9244978868e 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -1151,7 +1151,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 |
