From c4697fab33970de8dc7a511995a63aee0d55a4b9 Mon Sep 17 00:00:00 2001 From: brianluau Date: Fri, 28 Dec 2012 10:05:41 +0000 Subject: - Increased MAX_QUEST_DB, follow up to r17056. (bugreport:7058) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17058 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/mmo.h b/src/common/mmo.h index c067562ea..5f3419115 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -98,7 +98,7 @@ #define MAX_GUILDSKILL 15 // increased max guild skills because of new skills [Sara-chan] #define MAX_GUILDLEVEL 50 #define MAX_GUARDIANS 8 //Local max per castle. [Skotlex] -#define MAX_QUEST_DB 2000 //Max quests that the server will load +#define MAX_QUEST_DB 2200 //Max quests that the server will load #define MAX_QUEST_OBJECTIVES 3 //Max quest objectives for a quest // for produce -- cgit v1.2.3-60-g2f50