Added support for 2018-01-17aRagexeRE

Fixed char select on 2018 clients
This commit is contained in:
Lemongrass3110
2018-01-24 00:41:38 +01:00
parent e9bb1064ee
commit c4a57c571c
3 changed files with 34 additions and 1 deletions

View File

@@ -305,7 +305,7 @@ int chclif_parse_pincode_setnew( int fd, struct char_session_data* sd ){
//----------------------------------------
void chclif_charlist_notify( int fd, struct char_session_data* sd ){
// This is needed on RE clients from october 2015 onwards
#if defined(PACKETVER_RE) && PACKETVER >= 20151001
#if defined(PACKETVER_RE) && PACKETVER >= 20151001 && PACKETVER < 20180103
WFIFOHEAD(fd, 10);
WFIFOW(fd, 0) = 0x9a0;
// pages to req / send them all in 1 until mmo_chars_fromsql can split them up