diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-01-05 11:27:54 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-01-05 11:27:54 +0000 |
commit | 86728f2e24e83cb8f853e32b48e405632dcbf5b1 (patch) | |
tree | 41801e9bba3c2a873797403a30e76295e6b5a412 /src/net/protocol.h | |
parent | c887f550b55b6160f074cb3160a4442ca659fad9 (diff) | |
download | mana-client-86728f2e24e83cb8f853e32b48e405632dcbf5b1.tar.gz mana-client-86728f2e24e83cb8f853e32b48e405632dcbf5b1.tar.bz2 mana-client-86728f2e24e83cb8f853e32b48e405632dcbf5b1.tar.xz mana-client-86728f2e24e83cb8f853e32b48e405632dcbf5b1.zip |
Added support for full inventory update.
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 2fbd59e4..096ba29c 100644 --- a/src/net/protocol.h +++ b/src/net/protocol.h @@ -151,6 +151,7 @@ enum { PGMSG_DROP = 0x0111, // B slot, B amount PGMSG_EQUIP = 0x0112, // B slot GPMSG_INVENTORY = 0x0120, // { B slot, W item id [, B amount] }* + GPMSG_INVENTORY_FULL = 0x0121, // { B slot, W item id [, B amount] }* GPMSG_BEING_ENTER = 0x0200, // B type, W being id // player: S name, B hair style, B hair color, B gender // monster: W type id |