From 33f397c025ac07518a48c2dfccdf28ac544555d3 Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Mon, 21 Mar 2016 16:27:12 +0100 Subject: [PATCH] Fixed the WFIFO issue in char select Fixed #1082 "Reverted" aea025e --- src/char/char_clif.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/char/char_clif.c b/src/char/char_clif.c index aaa5f54863..1c4e96ef10 100644 --- a/src/char/char_clif.c +++ b/src/char/char_clif.c @@ -302,7 +302,9 @@ int chclif_parse_pincode_setnew( int fd, struct char_session_data* sd ){ // Tell client how many pages, kRO sends 17 (Yommy) //---------------------------------------- void chclif_charlist_notify( int fd, struct char_session_data* sd ){ -#if PACKETVER >= 20151001 +// This is needed on RE clients from october 2015 onwards +// If you want to use one replace false by true here +#if false && PACKETVER >= 20151001 WFIFOHEAD(fd, 10); WFIFOW(fd, 0) = 0x9a0; // pages to req / send them all in 1 until mmo_chars_fromsql can split them up