diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-10-11 20:26:56 +0200 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-10-11 20:26:56 +0200 |
commit | db1dcb4d8462e660279984c62292018c86b4f58b (patch) | |
tree | 690c8df0a1b4d3c66adc7438c33d942e7733fc3a /src/common/manaserv_protocol.h | |
parent | 8e029bf217c852a37d47bf82fe26e6f521e3a93c (diff) | |
parent | b2741a6c49eafb9f19f9cd6625836d85d31980b3 (diff) | |
download | manaserv-db1dcb4d8462e660279984c62292018c86b4f58b.tar.gz manaserv-db1dcb4d8462e660279984c62292018c86b4f58b.tar.bz2 manaserv-db1dcb4d8462e660279984c62292018c86b4f58b.tar.xz manaserv-db1dcb4d8462e660279984c62292018c86b4f58b.zip |
Merge branch 'master' into lpc2012
Diffstat (limited to 'src/common/manaserv_protocol.h')
-rw-r--r-- | src/common/manaserv_protocol.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/manaserv_protocol.h b/src/common/manaserv_protocol.h index 4bac0837..913a1268 100644 --- a/src/common/manaserv_protocol.h +++ b/src/common/manaserv_protocol.h @@ -126,10 +126,10 @@ enum { PGMSG_LOWER_ATTRIBUTE = 0x0170, // W attribute GPMSG_LOWER_ATTRIBUTE_RESPONSE = 0x0171, // B error, W attribute PGMSG_RESPAWN = 0x0180, // - - GPMSG_BEING_ENTER = 0x0200, // B type, W being id, B action, W*2 position, B direction - // character: S name, B hair style, B hair color, B gender, B sprite layers changed, { B slot type, W item id }* - // monster: W type id gender - // npc: W type id gender + GPMSG_BEING_ENTER = 0x0200, // B type, W being id, B action, W*2 position, B direction, B gender + // character: S name, B hair style, B hair color, B sprite layers changed, { B slot type, W item id }* + // monster: W type id + // npc: W type id GPMSG_BEING_LEAVE = 0x0201, // W being id GPMSG_ITEM_APPEAR = 0x0202, // W item id, W*2 position GPMSG_BEING_LOOKS_CHANGE = 0x0210, // B sprite layers changed, { B slot type, W item id }* |