From 5129aec41d33947923a91604647a5936e49ae009 Mon Sep 17 00:00:00 2001 From: Inkfish Date: Tue, 28 Jul 2009 04:04:50 +0000 Subject: * Some more updates to Quest Log - Implemented a new saving mechanism. Now they can be saved every 'autosave_time' in case the char-server is not online when you get a quest. - Improved 'changequest' code. - Increase MAX_QUEST_DB to 1200. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13973 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/chrif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/chrif.c') 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; } -- cgit v1.2.3-70-g09d2