diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-03 20:04:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:56 +0300 |
commit | db1548f44fb972c0c60b742dfece7e1f442e0378 (patch) | |
tree | 8edc5a23f78c17afa2ae7f271af3c6b32b264bf6 /src/net/ea | |
parent | 28741b7ba3eea91a80fef6e1b2e57553c67bf6ea (diff) | |
download | plus-db1548f44fb972c0c60b742dfece7e1f442e0378.tar.gz plus-db1548f44fb972c0c60b742dfece7e1f442e0378.tar.bz2 plus-db1548f44fb972c0c60b742dfece7e1f442e0378.tar.xz plus-db1548f44fb972c0c60b742dfece7e1f442e0378.zip |
eathena: fix a bit support for packet SMSG_PLAYER_INVENTORY 0x0991.
Diffstat (limited to 'src/net/ea')
-rw-r--r-- | src/net/ea/eaprotocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/ea/eaprotocol.h b/src/net/ea/eaprotocol.h index 153a59a86..226bb7401 100644 --- a/src/net/ea/eaprotocol.h +++ b/src/net/ea/eaprotocol.h @@ -70,7 +70,6 @@ static const int STORAGE_OFFSET = 1; #define SMSG_PLAYER_CHAT 0x008e /**< Player talks */ #define SMSG_PLAYER_CHAT2 0x0224 /**< Player talks */ -#define SMSG_PLAYER_INVENTORY 0x01ee #define SMSG_CHAR_CREATE_SUCCEEDED2 0x0221 #define SMSG_BEING_CHAT2 0x0223 /**< A being talks in channels */ |