From 8e77c3459e87df92309afe25d25539e6684e2dda Mon Sep 17 00:00:00 2001 From: hemagx Date: Thu, 24 Dec 2015 14:20:47 +0200 Subject: Change packet 0x82d to not send billing slots. currently billing slots is not supported and sending the premium slots twice cause client to bug. Fixes #1017 --- src/char/char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/char') diff --git a/src/char/char.c b/src/char/char.c index 91d0870d1..e991aafcc 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -2117,7 +2117,7 @@ void char_mmo_char_send_slots_info(int fd, struct char_session_data* sd) { WFIFOW(fd,2) = 29; WFIFOB(fd,4) = sd->char_slots; WFIFOB(fd,5) = MAX_CHARS - sd->char_slots; - WFIFOB(fd,6) = MAX_CHARS - sd->char_slots; + WFIFOB(fd,6) = 0; WFIFOB(fd,7) = sd->char_slots; WFIFOB(fd,8) = sd->char_slots; memset(WFIFOP(fd,9), 0, 20); // unused bytes -- cgit v1.2.3-60-g2f50