diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-05 23:18:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-05 23:18:14 +0300 |
commit | 40f332c5f45f295d57bceed2fed1291606daa162 (patch) | |
tree | 060ce8998fac3c99d8069edb75b635f5cc9aa0f2 /src/net | |
parent | b29f54f0b8010a73550b9b5fed534253170b6f03 (diff) | |
download | plus-40f332c5f45f295d57bceed2fed1291606daa162.tar.gz plus-40f332c5f45f295d57bceed2fed1291606daa162.tar.bz2 plus-40f332c5f45f295d57bceed2fed1291606daa162.tar.xz plus-40f332c5f45f295d57bceed2fed1291606daa162.zip |
eathena: fix packet size SMSG_AUCTION_OPEN_WINDOW.
Diffstat (limited to 'src/net')
-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 3cf0b4f18..10d567e1e 100644 --- a/src/net/eathena/packets.h +++ b/src/net/eathena/packets.h @@ -89,7 +89,7 @@ int16_t packet_lengths[] = 12, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // #0x0240 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, 0, 0, 0, 0, 0, 0, 6, 6, 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, // #0x0280 |