summaryrefslogtreecommitdiff
path: root/src/char/inter.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-02-05 20:03:24 +0300
committerAndrei Karas <akaras@inbox.ru>2019-02-11 03:22:46 +0300
commit734371e81026b74bad3b6e5c1d9466a1a122669a (patch)
tree8d1985c39d97ea7559e905c52a978fa7de617bc0 /src/char/inter.c
parent772578af2f989b5f44df5f6514804a36181224bf (diff)
downloadhercules-734371e81026b74bad3b6e5c1d9466a1a122669a.tar.gz
hercules-734371e81026b74bad3b6e5c1d9466a1a122669a.tar.bz2
hercules-734371e81026b74bad3b6e5c1d9466a1a122669a.tar.xz
hercules-734371e81026b74bad3b6e5c1d9466a1a122669a.zip
Extend class and level field in packet 0x3080
Diffstat (limited to 'src/char/inter.c')
-rw-r--r--src/char/inter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/inter.c b/src/char/inter.c
index 418c9b0a1..0a7573d2f 100644
--- a/src/char/inter.c
+++ b/src/char/inter.c
@@ -78,7 +78,7 @@ static int inter_recv_packet_length[] = {
-1,-1,10,10, 0,-1,12, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 3050- Auction System [Zephyrus], Item Bound [Mhalicot]
6,-1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 3060- Quest system [Kevin] [Inkfish]
-1,10, 6,-1, 0, 0, 0, 0, 0, 0, 0, 0, -1,10, 6,-1, // 3070- Mercenary packets [Zephyrus], Elemental packets [pakpil]
- 52,14,-1, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 3080-
+ 56,14,-1, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 3080-
-1,10,-1, 6, 0, 20,10,11, -1,6 + NAME_LENGTH, 0, 0, 0, 0, 0, 0, // 3090- Homunculus packets [albator], RoDEX packets
};