summaryrefslogtreecommitdiff
path: root/src/map/intif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/intif.c')
-rw-r--r--src/map/intif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/intif.c b/src/map/intif.c
index a5dc9c575..5fafc0913 100644
--- a/src/map/intif.c
+++ b/src/map/intif.c
@@ -1792,6 +1792,7 @@ static void intif_parse_achievements_load(int fd)
VECTOR_PUSH(sd->achievement, t_ach);
}
+ achievement->init_titles(sd);
clif->achievement_send_list(fd, sd);
sd->achievements_received = true;
}