diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-25 20:09:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-25 20:09:07 +0300 |
commit | 393865bc4af7d3a7f96ff66480f6b7f7085fb41f (patch) | |
tree | a027cb78c6b9467153f139cd9ea1e19513dba245 /src/net/eathena/protocol.h | |
parent | a69c102e06d14fa9071788d6d17b6e019d9b594b (diff) | |
download | plus-393865bc4af7d3a7f96ff66480f6b7f7085fb41f.tar.gz plus-393865bc4af7d3a7f96ff66480f6b7f7085fb41f.tar.bz2 plus-393865bc4af7d3a7f96ff66480f6b7f7085fb41f.tar.xz plus-393865bc4af7d3a7f96ff66480f6b7f7085fb41f.zip |
eathena: add packet CMSG_HOMMERC_EMOTE 0x0b14.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index b46b8ef12..d42ec59fb 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -525,6 +525,7 @@ #define CMSG_HOMMERC_MOVE_TO 0x0232 #define CMSG_HOMMERC_ATTACK 0x0233 #define CMSG_HOMMERC_TALK 0x0b13 +#define CMSG_HOMMERC_EMOTE 0x0b14 #define CMSG_DORI_DORI 0x01e7 #define CMSG_EXPLOSION_SPIRITS 0x01ed |