diff options
author | Chuck Miller <shadowmil@gmail.com> | 2009-08-01 00:13:22 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2009-08-01 02:09:23 -0400 |
commit | ede286e65f1ccbf4ddfddba7be66467272440a13 (patch) | |
tree | 6c4bbe23e2e68a1bf1edc14beed4b064a8967d88 /src/net/tmwserv/protocol.h | |
parent | 299f987469192b7c77b4b724875b481a8fa83ced (diff) | |
download | mana-ede286e65f1ccbf4ddfddba7be66467272440a13.tar.gz mana-ede286e65f1ccbf4ddfddba7be66467272440a13.tar.bz2 mana-ede286e65f1ccbf4ddfddba7be66467272440a13.tar.xz mana-ede286e65f1ccbf4ddfddba7be66467272440a13.zip |
Simplifies movement to only move to the current pos
Diffstat (limited to 'src/net/tmwserv/protocol.h')
-rw-r--r-- | src/net/tmwserv/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwserv/protocol.h b/src/net/tmwserv/protocol.h index 13a15256..90ff2437 100644 --- a/src/net/tmwserv/protocol.h +++ b/src/net/tmwserv/protocol.h @@ -104,7 +104,7 @@ enum { GPMSG_BEING_ACTION_CHANGE = 0x0271, // W being id, B action PGMSG_DIRECTION_CHANGE = 0x0272, // B Direction GPMSG_BEING_DIR_CHANGE = 0x0273, // W being id, B direction - GPMSG_BEINGS_MOVE = 0x0280, // { W being id, B flags [, C position, B speed] [, W*2 destination] }* + GPMSG_BEINGS_MOVE = 0x0280, // { W being id, B flags [, W*2 position, B speed] }* GPMSG_ITEMS = 0x0281, // { W item id, W*2 position }* PGMSG_ATTACK = 0x0290, // W being id PGMSG_USE_SPECIAL = 0x0292, // B specialID |