diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-16 12:56:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-16 12:56:17 +0300 |
commit | e757d6ff680f06dc9b77d20a1d0dc79515224927 (patch) | |
tree | 94b985e36006120758876682980b7e3d98b4aef4 /src/net/eathena/protocol.h | |
parent | 5d3d299e22ddda7700f78a0fd0c915be3788087f (diff) | |
download | plus-e757d6ff680f06dc9b77d20a1d0dc79515224927.tar.gz plus-e757d6ff680f06dc9b77d20a1d0dc79515224927.tar.bz2 plus-e757d6ff680f06dc9b77d20a1d0dc79515224927.tar.xz plus-e757d6ff680f06dc9b77d20a1d0dc79515224927.zip |
eathena: add packet CMSG_BANK_DEPOSIT 0x09a7.
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 f5ac75da9..493e88a48 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -386,6 +386,8 @@ #define CMSG_ASK_FOR_CHILD 0x01f9 #define CMSG_ASK_FOR_CHILD_REPLY 0x01f7 +#define CMSG_BANK_DEPOSIT 0x09a7 + #define SMSG_SOLVE_CHAR_NAME 0x0194 #define SMSG_SKILL_CASTING 0x07fb #define SMSG_SKILL_CAST_CANCEL 0x01b9 |