summaryrefslogtreecommitdiff
path: root/src/map/quest.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-12-08 00:41:29 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-12-08 00:41:29 +0000
commita4d6b075c340b703f0595919e1db137b9b916241 (patch)
tree3a3cbeba8d36fe71f6b63d9f07cbe2445fda571e /src/map/quest.c
parent9cbe9f602ad5eee5dc4b2f886afc9de7aaca0d0d (diff)
downloadhercules-a4d6b075c340b703f0595919e1db137b9b916241.tar.gz
hercules-a4d6b075c340b703f0595919e1db137b9b916241.tar.bz2
hercules-a4d6b075c340b703f0595919e1db137b9b916241.tar.xz
hercules-a4d6b075c340b703f0595919e1db137b9b916241.zip
Corrected a variable defined in a header file.
Cleaned up a bad case of variable recycling. Separated the ALL_WEWISH case from the unrelated sage skill cases (undo of r14183). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14190 54d463be-8e91-2dee-dedb-b68131a5f0ec
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;