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/packets.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/packets.h')
-rw-r--r-- | src/net/eathena/packets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/packets.h b/src/net/eathena/packets.h index 9a275b65f..3c91d5774 100644 --- a/src/net/eathena/packets.h +++ b/src/net/eathena/packets.h @@ -209,7 +209,7 @@ int16_t packet_lengths[] = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // #0x07C0 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 268, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, //0 1 2 3 4 5 6 7 8 9 a b c d e f |