diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-25 23:34:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-25 23:34:43 +0300 |
commit | bf966d287a973ad9134c31d8c37cb471832088d2 (patch) | |
tree | 1d2c2c0b28d19f35f0449e62a5071f7d8b3b6924 /src/net/eathena/protocol.h | |
parent | 192b8db5c67860ec9a67d19d9529b01794ae1c83 (diff) | |
download | plus-bf966d287a973ad9134c31d8c37cb471832088d2.tar.gz plus-bf966d287a973ad9134c31d8c37cb471832088d2.tar.bz2 plus-bf966d287a973ad9134c31d8c37cb471832088d2.tar.xz plus-bf966d287a973ad9134c31d8c37cb471832088d2.zip |
eathena: add packet CMSG_HOMMERC_DIRECTION 0x0b15.
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 d42ec59fb..b9e0621b1 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -526,6 +526,7 @@ #define CMSG_HOMMERC_ATTACK 0x0233 #define CMSG_HOMMERC_TALK 0x0b13 #define CMSG_HOMMERC_EMOTE 0x0b14 +#define CMSG_HOMMERC_DIRECTION 0x0b15 #define CMSG_DORI_DORI 0x01e7 #define CMSG_EXPLOSION_SPIRITS 0x01ed |