summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 925db7184..c219c8f45 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -380,7 +380,6 @@ struct map_session_data {
//Quest log system [Kevin] [Inkfish]
int num_quests;
int avail_quests;
- bool save_quest[MAX_QUEST_DB];
struct quest quest_log[MAX_QUEST_DB];
// temporary debug [flaviojs]