summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-06 20:26:56 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 20:26:56 +0300
commitf88429f9c991cd90bfad76b4aba93cb312aaa342 (patch)
treef0a218ded25c399454d2911b65b58f246bd9bd0a /src/net/eathena/protocol.h
parentcac4c3021450989df296d1c6821f83589f7104f0 (diff)
downloadplus-f88429f9c991cd90bfad76b4aba93cb312aaa342.tar.gz
plus-f88429f9c991cd90bfad76b4aba93cb312aaa342.tar.bz2
plus-f88429f9c991cd90bfad76b4aba93cb312aaa342.tar.xz
plus-f88429f9c991cd90bfad76b4aba93cb312aaa342.zip
eathena: fix packet SMSG_PLAYER_STORAGE_ITEMS 0x0995.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r--src/net/eathena/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index c5e6fc138..b8eda0e78 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -150,7 +150,7 @@
#define SMSG_PARTY_MESSAGE 0x0109
#define SMSG_PARTY_INVITATION_STATS 0x02c9
-#define SMSG_PLAYER_STORAGE_ITEMS 0x01f0 /**< Item list for storage */
+#define SMSG_PLAYER_STORAGE_ITEMS 0x0995 /**< Item list for storage */
#define SMSG_PLAYER_STORAGE_EQUIP 0x0996 /**< Equipment list for storage */
#define SMSG_PLAYER_STORAGE_STATUS 0x00f2 /**< Slots used and total slots */
#define SMSG_PLAYER_STORAGE_ADD 0x01c4 /**< Add item/equip to storage */