diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-16 14:00:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-16 14:00:46 +0300 |
commit | 719eb7581f940c31ae731d420b16b7cd4dc638ae (patch) | |
tree | 3054c10c46020e40706ae66e0dd44e79282bc9be /src/net/eathena/protocol.h | |
parent | 65a5155d584c7c41bbcd767b4b7b6722b6ea4f23 (diff) | |
download | plus-719eb7581f940c31ae731d420b16b7cd4dc638ae.tar.gz plus-719eb7581f940c31ae731d420b16b7cd4dc638ae.tar.bz2 plus-719eb7581f940c31ae731d420b16b7cd4dc638ae.tar.xz plus-719eb7581f940c31ae731d420b16b7cd4dc638ae.zip |
eathena: add pactial support for packet SMSG_BANK_STATUS 0x09a6.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index a7108e777..a11e5239e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -216,6 +216,8 @@ #define SMSG_PET_MESSAGE 0x01aa +#define SMSG_BANK_STATUS 0x09a6 + /********************************** * Packets from client to server * **********************************/ |