summaryrefslogtreecommitdiff
path: root/src/map/intif.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-07-29 15:09:31 -0300
committershennetsind <ind@henn.et>2013-07-29 15:09:31 -0300
commit640c66779d8da4baa8af6bd0fee2583ec2b6143c (patch)
treee9df09e06fd350b36b57e4fc8751db9432d0fdc9 /src/map/intif.c
parent30cce75c040c211fccb0cf53f2ff572509b5a0aa (diff)
downloadhercules-640c66779d8da4baa8af6bd0fee2583ec2b6143c.tar.gz
hercules-640c66779d8da4baa8af6bd0fee2583ec2b6143c.tar.bz2
hercules-640c66779d8da4baa8af6bd0fee2583ec2b6143c.tar.xz
hercules-640c66779d8da4baa8af6bd0fee2583ec2b6143c.zip
Fixed Bug #7597 / Follow up b7171479a47490ff80bf04849f763158d6d96fac
http://hercules.ws/board/tracker/issue-7597-server-crash/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/intif.c')
-rw-r--r--src/map/intif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/intif.c b/src/map/intif.c
index 4d75dcbb7..b252d2607 100644
--- a/src/map/intif.c
+++ b/src/map/intif.c
@@ -1967,7 +1967,7 @@ int intif_parse_mercenary_received(int fd)
return 0;
}
- mercenary->merc_data_received((struct s_mercenary*)RFIFOP(fd,5), RFIFOB(fd,4));
+ mercenary->data_received((struct s_mercenary*)RFIFOP(fd,5), RFIFOB(fd,4));
return 0;
}