diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-28 23:45:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-28 23:45:23 +0300 |
commit | 068b17892c0edcde310cebbbdc06a00ce56d7928 (patch) | |
tree | 5ccf6939bbd0cac96ffb3f90f277b10b8cecc484 /src/net/eathena/protocol.h | |
parent | 4e5cc9a9f4bcd7ba16f3bdbdce08fc4213164ff6 (diff) | |
download | plus-068b17892c0edcde310cebbbdc06a00ce56d7928.tar.gz plus-068b17892c0edcde310cebbbdc06a00ce56d7928.tar.bz2 plus-068b17892c0edcde310cebbbdc06a00ce56d7928.tar.xz plus-068b17892c0edcde310cebbbdc06a00ce56d7928.zip |
eathena: add packet CMSG_BANK_OPEN 0x09b6.
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 884cfc382..b8b205f30 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -667,6 +667,7 @@ #define CMSG_BANK_DEPOSIT 0x09a7 #define CMSG_BANK_WITHDRAW 0x09a9 #define CMSG_BANK_CHECK 0x09ab +#define CMSG_BANK_OPEN 0x09b6 #define CMSG_FRIENDS_ADD_PLAYER 0x091a #define CMSG_FRIENDS_REQUEST_ACK 0x0208 |