diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-01 23:08:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-01 23:16:32 +0300 |
commit | 53eede04dc83830481fa0981f47339e2c8072b42 (patch) | |
tree | c84798a327ee988afb9239cf27781ca538d18250 /src/net/eathena/packetsin.inc | |
parent | 83915bb5c10c8b694e633b8e3089603d3281b8a0 (diff) | |
download | plus-53eede04dc83830481fa0981f47339e2c8072b42.tar.gz plus-53eede04dc83830481fa0981f47339e2c8072b42.tar.bz2 plus-53eede04dc83830481fa0981f47339e2c8072b42.tar.xz plus-53eede04dc83830481fa0981f47339e2c8072b42.zip |
Use packet sizes from packetsin.inc
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r-- | src/net/eathena/packetsin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index fc90d90e0..54f1ad2b9 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -381,7 +381,7 @@ packet(SMSG_SEARCHSTORE_OPEN, 0x083a, 5); packet(SMSG_SEARCHSTORE_SEARCH_ACK, 0x0836, 0); packet(SMSG_SEARCHSTORE_SEARCH_FAILED, 0x0837, 0); packet(SMSG_SERVER_PING, 0x007f, 6); -packet(SMSG_SERVER_VERSION_RESPONSE, 0x7531, 10); +packet(SMSG_SERVER_VERSION_RESPONSE, 0x7531, -1); packet(SMSG_SKILL_ARROW_CREATE_LIST, 0x01ad, -1); packet(SMSG_SKILL_AUTO_CAST, 0x0147, 39); packet(SMSG_SKILL_CASTING, 0x07fb, 25); |