summaryrefslogtreecommitdiff
path: root/src/map/chrif.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-10-12 00:23:24 -0300
committershennetsind <ind@henn.et>2013-10-12 00:23:24 -0300
commit0ca3552670428c4ebe59102a2c3fba2d775006b4 (patch)
tree8520909ce6db9b3376fa62b0c1800e488e80442a /src/map/chrif.c
parentcda114b13c65df0249c4c5b365c6860a1c7831ee (diff)
downloadhercules-0ca3552670428c4ebe59102a2c3fba2d775006b4.tar.gz
hercules-0ca3552670428c4ebe59102a2c3fba2d775006b4.tar.bz2
hercules-0ca3552670428c4ebe59102a2c3fba2d775006b4.tar.xz
hercules-0ca3552670428c4ebe59102a2c3fba2d775006b4.zip
Fixed Bug #7758
http://hercules.ws/board/tracker/issue-7758-latest-version-map-crash/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r--src/map/chrif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c
index 01af69fbf..5308eada9 100644
--- a/src/map/chrif.c
+++ b/src/map/chrif.c
@@ -1738,7 +1738,7 @@ void chrif_defaults(void) {
chrif->update_ip = chrif_update_ip;
chrif->disconnectplayer = chrif_disconnectplayer;
chrif->removemap = chrif_removemap;
- chrif->updatefamelist_ack = chrif->updatefamelist_ack;
+ chrif->updatefamelist_ack = chrif_updatefamelist_ack;
chrif->keepalive = chrif_keepalive;
chrif->keepalive_ack = chrif_keepalive_ack;
chrif->deadopt = chrif_deadopt;