summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-14 13:54:54 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-14 13:54:54 +0000
commited74e6e2525f43c6b71e2daa4c3c23108a7516d3 (patch)
tree0a07822d52086824dda5db6d883fc1cd6e6bc50e /src/defines.h
parentce69890ac991fcac5c8ffb29591d68ab203d811a (diff)
downloadmanaserv-ed74e6e2525f43c6b71e2daa4c3c23108a7516d3.tar.gz
manaserv-ed74e6e2525f43c6b71e2daa4c3c23108a7516d3.tar.bz2
manaserv-ed74e6e2525f43c6b71e2daa4c3c23108a7516d3.tar.xz
manaserv-ed74e6e2525f43c6b71e2daa4c3c23108a7516d3.zip
Reduced size of equipment packets. Fixed packet sending on object distance change.
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defines.h b/src/defines.h
index 25e35069..595760da 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -149,7 +149,7 @@ enum {
GPMSG_INVENTORY_FULL = 0x0121, // { B slot, W item id [, B amount] }*
GPMSG_PLAYER_ATTRIBUTE_UPDATE = 0x0130, // { W attribute, W value }*
GPMSG_BEING_ENTER = 0x0200, // B type, W being id, B action, W*2 position
- // character: S name, B hair style, B hair color, B gender, W weapon, W hat, W top clothes, W bottom clothes
+ // character: S name, B hair style, B hair color, B gender, B item bitmask, { W item id }*
// monster: W type id
GPMSG_BEING_LEAVE = 0x0201, // W being id
GPMSG_ITEM_APPEAR = 0x0202, // W item id, W*2 position