diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 15:04:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 15:04:24 +0300 |
commit | 7df47310cba40daf9f29fbebfddef8b978b2770f (patch) | |
tree | ddd52d55078623c8945e6eafe79251b514a398dc /src/net/eathena/protocol.h | |
parent | c4ffef0103507c8f514d1a395b630e21b9b9541b (diff) | |
download | plus-7df47310cba40daf9f29fbebfddef8b978b2770f.tar.gz plus-7df47310cba40daf9f29fbebfddef8b978b2770f.tar.bz2 plus-7df47310cba40daf9f29fbebfddef8b978b2770f.tar.xz plus-7df47310cba40daf9f29fbebfddef8b978b2770f.zip |
eathena: add partial support for packet SMSG_PLAYER_STORAGE_PASSWORD 0x023a.
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 85cb66bcd..b140cd9ca 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -232,6 +232,7 @@ // Remove item/equip from storage #define SMSG_PLAYER_STORAGE_REMOVE 0x00f6 #define SMSG_PLAYER_STORAGE_CLOSE 0x00f8 /**< Storage access closed */ +#define SMSG_PLAYER_STORAGE_PASSWORD 0x023a #define SMSG_ADMIN_KICK_ACK 0x00cd #define SMSG_ADMIN_GET_LOGIN_ACK 0x01e0 |