summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-10-27 13:54:23 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-10-27 13:54:23 +0000
commit5612c2738964c0747ecf754b7cf5f834b3e09cef (patch)
treecc99b8951fbcce5503b1df3762fbf6ef17790c3f /src/map/pc.h
parent8868ae19d71ef5b73fe54d08471da78e0b2e9b38 (diff)
downloadhercules-5612c2738964c0747ecf754b7cf5f834b3e09cef.tar.gz
hercules-5612c2738964c0747ecf754b7cf5f834b3e09cef.tar.bz2
hercules-5612c2738964c0747ecf754b7cf5f834b3e09cef.tar.xz
hercules-5612c2738964c0747ecf754b7cf5f834b3e09cef.zip
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
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 1 insertions, 0 deletions
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;