Added support for 2018-01-17aRagexeRE
Fixed char select on 2018 clients
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user