aboutsummaryrefslogtreecommitdiff
path: root/src/game/WorldSession.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-17 10:07:11 -0500
committermegamage <none@none>2009-05-17 10:07:11 -0500
commit98e32a041d08734c3ddbedf527491ec2bdee76b0 (patch)
tree708a878daade9f3768efabd40e5ca1d0f1446505 /src/game/WorldSession.h
parentd0a50c9d55092e57ee0258149ceeb05029001946 (diff)
*Do not clear unit movement flags when it is stunned/rooted
--HG-- branch : trunk
Diffstat (limited to 'src/game/WorldSession.h')
-rw-r--r--src/game/WorldSession.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/WorldSession.h b/src/game/WorldSession.h
index a8d6db72809..346afd99edc 100644
--- a/src/game/WorldSession.h
+++ b/src/game/WorldSession.h
@@ -112,6 +112,7 @@ class TRINITY_DLL_SPEC WorldSession
void SendAddonsInfo();
void ReadMovementInfo(WorldPacket &data, MovementInfo *mi);
+ void OutMovementInfo(MovementInfo *mi);
void SendPacket(WorldPacket const* packet);
void SendNotification(const char *format,...) ATTR_PRINTF(2,3);