Skip to content

Commit

Permalink
map-server: intif fixed too small wfifo allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkemeyer committed May 7, 2016
1 parent 0c09928 commit b414fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/intif.c
Expand Up @@ -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;
Expand Down

0 comments on commit b414fae

Please sign in to comment.