diff options
author | Yohann Ferreira <yohann.ferreira@orange.fr> | 2013-02-01 17:09:03 -0800 |
---|---|---|
committer | Yohann Ferreira <yohann.ferreira@orange.fr> | 2013-02-01 17:09:03 -0800 |
commit | eb6dfbbcd8091f645834d9076d07995b336dbfd1 (patch) | |
tree | cfac4bd22d13a7f99a8983d18d65018d1a5bb333 /src/common/manaserv_protocol.h | |
parent | 5c7bf62ca3204c6f8b91f1bd9178cb638e184f5a (diff) | |
parent | 05187cd8af0de4d3d50b8ffb9a0801e47cb00d34 (diff) | |
download | manaserv-eb6dfbbcd8091f645834d9076d07995b336dbfd1.tar.gz manaserv-eb6dfbbcd8091f645834d9076d07995b336dbfd1.tar.bz2 manaserv-eb6dfbbcd8091f645834d9076d07995b336dbfd1.tar.xz manaserv-eb6dfbbcd8091f645834d9076d07995b336dbfd1.zip |
Merge pull request #11 from Bertram25/manaserv-emotes-support
Added emote support.
Reviewed-by: Ablu
Diffstat (limited to 'src/common/manaserv_protocol.h')
-rw-r--r-- | src/common/manaserv_protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/manaserv_protocol.h b/src/common/manaserv_protocol.h index 913a1268..1fc85ba6 100644 --- a/src/common/manaserv_protocol.h +++ b/src/common/manaserv_protocol.h @@ -133,6 +133,8 @@ enum { 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 }* + GPMSG_BEING_EMOTE = 0x0211, // W being id, W emote id + PGMSG_BEING_EMOTE = 0x0212, // W emoticon id PGMSG_WALK = 0x0260, // W*2 destination PGMSG_ACTION_CHANGE = 0x0270, // B Action GPMSG_BEING_ACTION_CHANGE = 0x0271, // W being id, B action |