diff options
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 |