From cac4c3021450989df296d1c6821f83589f7104f0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 6 Sep 2014 19:55:35 +0300 Subject: eathena: fix packet SMSG_PLAYER_STORAGE_ADD 0x01c4. --- src/net/eathena/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/eathena/protocol.h') diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 9c2f25d43..c5e6fc138 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -153,7 +153,7 @@ #define SMSG_PLAYER_STORAGE_ITEMS 0x01f0 /**< 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 0x00f4 /**< Add item/equip to storage */ +#define SMSG_PLAYER_STORAGE_ADD 0x01c4 /**< Add item/equip to storage */ // Remove item/equip from storage #define SMSG_PLAYER_STORAGE_REMOVE 0x00f6 #define SMSG_PLAYER_STORAGE_CLOSE 0x00f8 /**< Storage access closed */ -- cgit v1.2.3-70-g09d2