Explorar o código

map-server: intif fixed too small wfifo allocation

Florian Wilkemeyer %!s(int64=9) %!d(string=hai) anos
pai
achega
b414faef45
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/map/intif.c

+ 1 - 1
src/map/intif.c

@@ -479,7 +479,7 @@ int intif_request_registry(struct map_session_data *sd, int flag)
 	if (CheckForCharServer())
 		return 0;
 
-	WFIFOHEAD(inter_fd,6);
+	WFIFOHEAD(inter_fd,13);
 	WFIFOW(inter_fd,0) = 0x3005;
 	WFIFOL(inter_fd,2) = sd->status.account_id;
 	WFIFOL(inter_fd,6) = sd->status.char_id;