diff options
author | Haru <haru@dotalux.com> | 2019-08-25 18:00:23 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2019-08-26 00:29:06 +0200 |
commit | 79432202ba48e041c102b32b2675988690a754ef (patch) | |
tree | afc4ecbede3677620b174285f54641003a54645a /src/char/inter.c | |
parent | de6d7eceb11e3a91c6c5d04178194b6d7e4a41c7 (diff) | |
download | hercules-79432202ba48e041c102b32b2675988690a754ef.tar.gz hercules-79432202ba48e041c102b32b2675988690a754ef.tar.bz2 hercules-79432202ba48e041c102b32b2675988690a754ef.tar.xz hercules-79432202ba48e041c102b32b2675988690a754ef.zip |
Remove round-trip to the inter-server for the party messages
Signed-off-by: Haru <haru@dotalux.com>
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 a70a81eb0..d6b96f020 100644 --- a/src/char/inter.c +++ b/src/char/inter.c @@ -69,7 +69,7 @@ int party_share_level = 10; static int inter_recv_packet_length[] = { 0, 0, 0, 0, -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,10,-1,14, 14,19, 6, 0, 14,14, 0, 0, 0, 0, 0, 0, // 3020- Party -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] |