summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-03 23:16:04 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:56 +0300
commita37b34f16d81c0b60376c63a11974c401faa2f91 (patch)
treef36c6396b9d4696b3c3c9b636cb0e856f19c93d1 /src/net/eathena/protocol.h
parent9049b5a8d88f864a99df228df0152adabef4d909 (diff)
downloadManaVerse-a37b34f16d81c0b60376c63a11974c401faa2f91.tar.gz
ManaVerse-a37b34f16d81c0b60376c63a11974c401faa2f91.tar.bz2
ManaVerse-a37b34f16d81c0b60376c63a11974c401faa2f91.tar.xz
ManaVerse-a37b34f16d81c0b60376c63a11974c401faa2f91.zip
eathena: fix packet SMSG_PLAYER_EQUIP 0x0999.
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 49e8502cb..cd6a654c1 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -73,7 +73,7 @@
#define SMSG_PLAYER_INVENTORY_REMOVE 0x00af
#define SMSG_PLAYER_INVENTORY_USE 0x01c8
#define SMSG_PLAYER_EQUIPMENT 0x0992
-#define SMSG_PLAYER_EQUIP 0x00aa
+#define SMSG_PLAYER_EQUIP 0x0999
#define SMSG_PLAYER_UNEQUIP 0x00ac
#define SMSG_PLAYER_ATTACK_RANGE 0x013a
#define SMSG_PLAYER_ARROW_EQUIP 0x013c