diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-25 13:39:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-25 13:39:42 +0300 |
commit | a08416d782bb9296578b2a69e4eb1e33f55523a4 (patch) | |
tree | 467817701e3c35ea6a41e8723d31b652c910db21 /src/net/eathena/protocol.h | |
parent | c551238526f12f0c28bf44bc131c7e95d675b61d (diff) | |
download | plus-a08416d782bb9296578b2a69e4eb1e33f55523a4.tar.gz plus-a08416d782bb9296578b2a69e4eb1e33f55523a4.tar.bz2 plus-a08416d782bb9296578b2a69e4eb1e33f55523a4.tar.xz plus-a08416d782bb9296578b2a69e4eb1e33f55523a4.zip |
eathena: add packet CMSG_HOMMERC_TALK 0x0b13.
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 fa4e6ffec..b46b8ef12 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -524,6 +524,7 @@ #define CMSG_HOMMERC_MOVE_TO_MASTER 0x0234 #define CMSG_HOMMERC_MOVE_TO 0x0232 #define CMSG_HOMMERC_ATTACK 0x0233 +#define CMSG_HOMMERC_TALK 0x0b13 #define CMSG_DORI_DORI 0x01e7 #define CMSG_EXPLOSION_SPIRITS 0x01ed |