summaryrefslogtreecommitdiff
path: root/src/map/quest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/quest.c')
-rw-r--r--src/map/quest.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/quest.c b/src/map/quest.c
index 6e6bdb76c..13b8872eb 100644
--- a/src/map/quest.c
+++ b/src/map/quest.c
@@ -33,6 +33,10 @@
#include <stdarg.h>
#include <time.h>
+
+struct s_quest_db quest_db[MAX_QUEST_DB];
+
+
int quest_search_db(int quest_id)
{
int i;