summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 21:10:31 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-05 21:10:31 +0300
commit641be9d16d2c1ce41da1bb0f700725ca04311d30 (patch)
tree7b6c83a15fba194cfafad4e2c7cf0d494e9221d1
parent95532bf76d70bafbb7d0bc0e2dd0fc92fd7f74cf (diff)
downloadplus-641be9d16d2c1ce41da1bb0f700725ca04311d30.tar.gz
plus-641be9d16d2c1ce41da1bb0f700725ca04311d30.tar.bz2
plus-641be9d16d2c1ce41da1bb0f700725ca04311d30.tar.xz
plus-641be9d16d2c1ce41da1bb0f700725ca04311d30.zip
eathena: fix packet SMSG_CHAR_RENAME size.
-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 b83881c46..a70e95c2b 100644
--- a/src/net/eathena/packets.h
+++ b/src/net/eathena/packets.h
@@ -93,7 +93,7 @@ int16_t packet_lengths[] =
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
- 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0,
+ 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 4, 0,
0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, -1, 0, 0,
0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, -1, -1, 107, 6, -1, 0, 0, 0, 191, 0, 0, 0, 0, 0, 0,