diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-01 23:37:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:55 +0300 |
commit | c8bc9c87d58ba40581da09aa30c79b43f47e0cb0 (patch) | |
tree | f540992311d0f19b208df1990c67ab01261209a5 /src/net/eathena/protocol.h | |
parent | d4fc48e1130b7bbfb0d09820ff53142cd4efb68c (diff) | |
download | plus-c8bc9c87d58ba40581da09aa30c79b43f47e0cb0.tar.gz plus-c8bc9c87d58ba40581da09aa30c79b43f47e0cb0.tar.bz2 plus-c8bc9c87d58ba40581da09aa30c79b43f47e0cb0.tar.xz plus-c8bc9c87d58ba40581da09aa30c79b43f47e0cb0.zip |
eathena: fix handling packet SMSG_PLAYER_SHORTCUTS 0x07d9.
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 64828cac2..0fb92a116 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -307,7 +307,7 @@ #define SMSG_UPDATE_HOST2 0x7534 #define SMSG_MAP_ACCOUNT_ID 0x0283 -#define SMSG_PLAYER_SHORTCUTS 0x02b9 +#define SMSG_PLAYER_SHORTCUTS 0x07d9 #define SMSG_PLAYER_SHOW_EQUIP 0x02da #define SMSG_NPC_CUTIN 0x01b3 #define SMSG_NPC_VIEWPOINT 0x0144 |