diff options
author | Haru <haru@dotalux.com> | 2019-04-17 05:56:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-17 05:56:31 +0200 |
commit | 0013040c4ed763eb4359a56ee106449fea5f2a83 (patch) | |
tree | 318eb5428ce91b1ee31662aaf3c6ef3e9084a603 /src/char/inter.c | |
parent | ab81d4012eac5c2c00c485971fc9b89bf69761be (diff) | |
parent | 9ae815c3a8768f1eddd89b365d64526a6a8ecd48 (diff) | |
download | hercules-0013040c4ed763eb4359a56ee106449fea5f2a83.tar.gz hercules-0013040c4ed763eb4359a56ee106449fea5f2a83.tar.bz2 hercules-0013040c4ed763eb4359a56ee106449fea5f2a83.tar.xz hercules-0013040c4ed763eb4359a56ee106449fea5f2a83.zip |
Merge pull request #2437 from 4144/rodexfixes
Different rodex fixes
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 1f1750e32..64c840c16 100644 --- a/src/char/inter.c +++ b/src/char/inter.c @@ -79,7 +79,7 @@ static int inter_recv_packet_length[] = { 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] 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 + -1,10,-1, 6, 0, 20,10,20, -1,6 + NAME_LENGTH, 0, 0, 0, 0, 0, 0, // 3090- Homunculus packets [albator], RoDEX packets }; static struct DBMap *wis_db = NULL; // int wis_id -> struct WisData* |