From 6d21b6cbc000d30938309056ea8e8f7bf903f7dc Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 3 Sep 2014 23:35:23 +0300 Subject: eathena: fix packet SMSG_PLAYER_UNEQUIP 0x099a. --- 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 cd6a654c1..eba7edc77 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -74,7 +74,7 @@ #define SMSG_PLAYER_INVENTORY_USE 0x01c8 #define SMSG_PLAYER_EQUIPMENT 0x0992 #define SMSG_PLAYER_EQUIP 0x0999 -#define SMSG_PLAYER_UNEQUIP 0x00ac +#define SMSG_PLAYER_UNEQUIP 0x099a #define SMSG_PLAYER_ATTACK_RANGE 0x013a #define SMSG_PLAYER_ARROW_EQUIP 0x013c #define SMSG_PLAYER_ARROW_MESSAGE 0x013b -- cgit v1.2.3-70-g09d2