diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-04 13:07:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:56 +0300 |
commit | 0e76ff5350a8923da49b15d0ca99af5ca634d3ac (patch) | |
tree | c432c500bb7ae117903b654e974312958adbb11f /src | |
parent | f803ebaf78e5d4064653ec0a9494ab643e910e76 (diff) | |
download | plus-0e76ff5350a8923da49b15d0ca99af5ca634d3ac.tar.gz plus-0e76ff5350a8923da49b15d0ca99af5ca634d3ac.tar.bz2 plus-0e76ff5350a8923da49b15d0ca99af5ca634d3ac.tar.xz plus-0e76ff5350a8923da49b15d0ca99af5ca634d3ac.zip |
eathena: fix packet size SMSG_PLAYER_INVENTORY_ADD 0x0990.
Diffstat (limited to 'src')
-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 4e3398c92..6d3aee8db 100644 --- a/src/net/eathena/packets.h +++ b/src/net/eathena/packets.h @@ -248,7 +248,7 @@ int16_t packet_lengths[] = 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // #0x0980 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, -1, -1, 0, 0, 0, 0, 0, 0, 11, 9, 8, 0, 0, 0, 0, + 31, -1, -1, 0, 0, 0, 0, 0, 0, 11, 9, 8, 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, // #0x09C0 |