summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-01-29 23:59:16 +0300
committerAndrei Karas <akaras@inbox.ru>2012-01-29 23:59:16 +0300
commit193ea898e5f549c14c0e4cd0d060785de4fb4bcf (patch)
tree5a197c07ce247d061352516686495a06ddd4e8e5 /src/net/tmwa/beinghandler.cpp
parentdccd82a3a841e741c59a6db423e9ec1fc471baad (diff)
downloadplus-193ea898e5f549c14c0e4cd0d060785de4fb4bcf.tar.gz
plus-193ea898e5f549c14c0e4cd0d060785de4fb4bcf.tar.bz2
plus-193ea898e5f549c14c0e4cd0d060785de4fb4bcf.tar.xz
plus-193ea898e5f549c14c0e4cd0d060785de4fb4bcf.zip
Fix player mobing message type 2 processing.
Diffstat (limited to 'src/net/tmwa/beinghandler.cpp')
-rw-r--r--src/net/tmwa/beinghandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp
index 627db1402..8d279fc32 100644
--- a/src/net/tmwa/beinghandler.cpp
+++ b/src/net/tmwa/beinghandler.cpp
@@ -590,7 +590,7 @@ void BeingHandler::processPlayerMoveUpdate(Net::MessageIn &msg, int msgType)
if (gmstatus & 0x80)
dstBeing->setGM(true);
- if (msgType == 1)
+ if (msgType == 1 || msgType == 2)
{
int type = msg.readInt8();
switch (type)