summaryrefslogtreecommitdiff
path: root/src/net/eathena/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-20 17:10:30 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-20 17:10:30 +0300
commit08bd81e4db25d054c49fdea16062f23b0eb69fc6 (patch)
tree57baf10484049a5526e6b9c2ccc3080861e72e3f /src/net/eathena/packets.h
parent6245cac53b34035cdd10fb01afe11c053db9396f (diff)
downloadplus-08bd81e4db25d054c49fdea16062f23b0eb69fc6.tar.gz
plus-08bd81e4db25d054c49fdea16062f23b0eb69fc6.tar.bz2
plus-08bd81e4db25d054c49fdea16062f23b0eb69fc6.tar.xz
plus-08bd81e4db25d054c49fdea16062f23b0eb69fc6.zip
eathena: fix packet SMSG_BEING_NAME_RESPONSE2 0x0b01.
Diffstat (limited to 'src/net/eathena/packets.h')
-rw-r--r--src/net/eathena/packets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/packets.h b/src/net/eathena/packets.h
index cdc21e72a..f32df43d3 100644
--- a/src/net/eathena/packets.h
+++ b/src/net/eathena/packets.h
@@ -279,7 +279,7 @@ int16_t packet_lengths[] =
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,
// #0x0B00
- 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 16, -1, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,