diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-30 00:54:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-30 00:54:38 +0300 |
commit | 5b64623aa85d9272cd3b5eb62c2e7d7f08f08ffb (patch) | |
tree | 153d3b175a2229163e55f5b722dcd1c670827c95 /src/net/eathena/protocol.h | |
parent | 880f6190ba4d5902d7e08f6d03ad1d91dedec15e (diff) | |
download | plus-5b64623aa85d9272cd3b5eb62c2e7d7f08f08ffb.tar.gz plus-5b64623aa85d9272cd3b5eb62c2e7d7f08f08ffb.tar.bz2 plus-5b64623aa85d9272cd3b5eb62c2e7d7f08f08ffb.tar.xz plus-5b64623aa85d9272cd3b5eb62c2e7d7f08f08ffb.zip |
eathena: add partial support for packets SMSG_BANK_DEPOSIT 0x09a8
and SMSG_BANK_WITHDRAW 0x09aa.
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 562489397..c5b4d5c0d 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -233,6 +233,8 @@ #define SMSG_PET_FOOD 0x01a3 #define SMSG_BANK_STATUS 0x09a6 +#define SMSG_BANK_DEPOSIT 0x09a8 +#define SMSG_BANK_WITHDRAW 0x09aa #define SMSG_SOLVE_CHAR_NAME 0x0194 #define SMSG_SKILL_CASTING 0x07fb |