Fixed a wrong fifohead allocation

This commit is contained in:
Lemongrass3110 2018-01-03 22:31:04 +01:00
parent bfb6972c59
commit c4bfe0b122

View File

@ -462,7 +462,7 @@ int chrif_changemapserver(struct map_session_data* sd, uint32 ip, uint16 port) {
chrif_check(-1);
WFIFOHEAD(char_fd,35);
WFIFOHEAD(char_fd,39);
WFIFOW(char_fd, 0) = 0x2b05;
WFIFOL(char_fd, 2) = sd->bl.id;
WFIFOL(char_fd, 6) = sd->login_id1;