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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index fd0459119..8ab170161 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -14,6 +14,7 @@
#include "status.h" // OPTION_*, struct weapon_atk
#include "unit.h" // unit_stop_attack(), unit_stop_walking()
#include "vending.h" // struct s_vending
+#include "mob.h"
#define MAX_PC_BONUS 10
@@ -349,6 +350,10 @@ struct map_session_data {
struct mail_data inbox;
} mail;
+ //Quest log system [Kevin]
+ int num_quests;
+ struct quest quest_log[MAX_QUEST];
+
// temporary debug [flaviojs]
const char* debug_file;
int debug_line;