From 5612c2738964c0747ecf754b7cf5f834b3e09cef Mon Sep 17 00:00:00 2001 From: Inkfish Date: Tue, 27 Oct 2009 13:54:23 +0000 Subject: Fixed quest will never get erased when it's the only quest you have. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14105 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/pc.h') diff --git a/src/map/pc.h b/src/map/pc.h index 6569b86c7..02fab8882 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -391,6 +391,7 @@ struct map_session_data { int avail_quests; int quest_index[MAX_QUEST_DB]; struct quest quest_log[MAX_QUEST_DB]; + bool save_quest; // temporary debug [flaviojs] const char* debug_file; -- cgit v1.2.3-60-g2f50