diff options
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r-- | src/map/chrif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c index 63aa5dac0..c725ff30a 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -289,7 +289,7 @@ int chrif_save(struct map_session_data *sd, int flag) if( sd->md && mercenary_get_lifetime(sd->md) > 0 ) mercenary_save(sd->md); if( sd->num_quests ) - quest_save(sd); + intif_quest_save(sd); return 0; } |