diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-03 13:16:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:56 +0300 |
commit | cb392d4bf99ff06849f5891a17be59a7e509ff98 (patch) | |
tree | 38cce73e116b1eedd19ddd5e7e146b0879d4fe31 /src/net/eathena/protocol.h | |
parent | bfa9351f768f20b591cccdbb24eb546dfb59e27d (diff) | |
download | plus-cb392d4bf99ff06849f5891a17be59a7e509ff98.tar.gz plus-cb392d4bf99ff06849f5891a17be59a7e509ff98.tar.bz2 plus-cb392d4bf99ff06849f5891a17be59a7e509ff98.tar.xz plus-cb392d4bf99ff06849f5891a17be59a7e509ff98.zip |
eathena: fix packet SMSG_PLAYER_INVENTORY_ADD 0x0990.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 1a6d91d53..45c7e9592 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -69,7 +69,7 @@ #define SMSG_WHO_ANSWER 0x00c2 #define SMSG_PLAYER_WARP 0x0091 /**< Warp player to map/location */ #define SMSG_PLAYER_INVENTORY 0x01ee -#define SMSG_PLAYER_INVENTORY_ADD 0x00a0 +#define SMSG_PLAYER_INVENTORY_ADD 0x0990 #define SMSG_PLAYER_INVENTORY_REMOVE 0x00af #define SMSG_PLAYER_INVENTORY_USE 0x01c8 #define SMSG_PLAYER_EQUIPMENT 0x0992 |