diff options
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 31c943b4b..49e8502cb 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -226,7 +226,7 @@ #define CMSG_PLAYER_INVENTORY_USE 0x0439 #define CMSG_PLAYER_INVENTORY_DROP 0x0362 -#define CMSG_PLAYER_EQUIP 0x00a9 +#define CMSG_PLAYER_EQUIP 0x0998 #define CMSG_PLAYER_UNEQUIP 0x00ab #define CMSG_ITEM_PICKUP 0x07e4 |