diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-02-05 20:07:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-02-11 03:22:46 +0300 |
commit | 28e1760064ad763d50e1fff92715aaa5b741113a (patch) | |
tree | 0db5cfc0834278b296061530d43b795790c7fcab /src/char/inter.c | |
parent | 734371e81026b74bad3b6e5c1d9466a1a122669a (diff) | |
download | hercules-28e1760064ad763d50e1fff92715aaa5b741113a.tar.gz hercules-28e1760064ad763d50e1fff92715aaa5b741113a.tar.bz2 hercules-28e1760064ad763d50e1fff92715aaa5b741113a.tar.xz hercules-28e1760064ad763d50e1fff92715aaa5b741113a.zip |
Extend class and level field in packet 0x3035
Diffstat (limited to 'src/char/inter.c')
-rw-r--r-- | src/char/inter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/inter.c b/src/char/inter.c index 0a7573d2f..1f1750e32 100644 --- a/src/char/inter.c +++ b/src/char/inter.c @@ -73,7 +73,7 @@ static int inter_recv_packet_length[] = { -1,-1, 7,-1, -1,13,36, (2 + 4 + 4 + 4 + NAME_LENGTH), 0, 0, 0, 0, 0, 0, 0, 0, // 3000- 6,-1, 6,-1, 0, 0, 0, 0, 10,-1, 0, 0, 0, 0, 0, 0, // 3010- Account Storage, Achievements [Smokexyz] -1,10,-1,14, 14,19, 6,-1, 14,14, 0, 0, 0, 0, 0, 0, // 3020- Party - -1, 6,-1,-1, 55,19, 6,-1, 14,-1,-1,-1, 18,19,186,-1, // 3030- + -1, 6,-1,-1, 55,23, 6,-1, 14,-1,-1,-1, 18,19,186,-1, // 3030- -1, 9, 0, 0, 10,10, 0, 0, 7, 6,10,10, 10,-1, 0, 0, // 3040- Clan System(3044-3045) -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] |