diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-08-26 19:26:41 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-08-26 19:26:41 +0000 |
commit | fd279ae77295a6babedd31202078862eabcada9f (patch) | |
tree | d3ebc7572ac92990375a461cbca198bf9fdde3cc /src/net/protocol.h | |
parent | 07b6070c25faedd78c2e26825bd700dc294f00cf (diff) | |
download | mana-fd279ae77295a6babedd31202078862eabcada9f.tar.gz mana-fd279ae77295a6babedd31202078862eabcada9f.tar.bz2 mana-fd279ae77295a6babedd31202078862eabcada9f.tar.xz mana-fd279ae77295a6babedd31202078862eabcada9f.zip |
Handle "beings move" messages.
Diffstat (limited to 'src/net/protocol.h')
-rw-r--r-- | src/net/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h index 33d72c96..92405c77 100644 --- a/src/net/protocol.h +++ b/src/net/protocol.h @@ -156,6 +156,7 @@ enum { // player: S name, B hair style, B hair color, B gender GPMSG_BEING_LEAVE = 0x0201, // B type, L being id PGMSG_WALK = 0x0260, // L*2 destination + GPMSG_BEINGS_MOVE = 0x0280, // { L being id, W*2 position, W*2 destination }* PGMSG_SAY = 0x02A0, // S text GPMSG_SAY = 0x02A1, // L being id, S text PGMSG_USE_ITEM = 0x0300, // L item id |