diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-28 23:47:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-28 23:47:41 +0300 |
commit | 953e1adb118cf93dd411dfa3e66d994aa9abb548 (patch) | |
tree | aab5e03fbf6434fd8b42952a59795ceb3398522e /src/net/eathena/protocol.h | |
parent | 068b17892c0edcde310cebbbdc06a00ce56d7928 (diff) | |
download | plus-953e1adb118cf93dd411dfa3e66d994aa9abb548.tar.gz plus-953e1adb118cf93dd411dfa3e66d994aa9abb548.tar.bz2 plus-953e1adb118cf93dd411dfa3e66d994aa9abb548.tar.xz plus-953e1adb118cf93dd411dfa3e66d994aa9abb548.zip |
eathena: add packet CMSG_BANK_CLOSE 0x09b8.
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 b8b205f30..cfe8927d4 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -668,6 +668,7 @@ #define CMSG_BANK_WITHDRAW 0x09a9 #define CMSG_BANK_CHECK 0x09ab #define CMSG_BANK_OPEN 0x09b6 +#define CMSG_BANK_CLOSE 0x09b8 #define CMSG_FRIENDS_ADD_PLAYER 0x091a #define CMSG_FRIENDS_REQUEST_ACK 0x0208 |