summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj-tkay <joseph.tk.ea@gmail.com>2013-07-04 06:30:09 +0800
committerj-tkay <joseph.tk.ea@gmail.com>2013-07-04 06:30:09 +0800
commit0cdae21d63836deeb99ae5376090828a6478a6d9 (patch)
treee4049f66740dc76cf633a797ba4964519bcfb650
parent13f192071c724bed452ff51fd7ac7a58c1b60502 (diff)
parentbbb86330a89e5d7fde2c68076f5970265bb2d9ae (diff)
downloadhercules-0cdae21d63836deeb99ae5376090828a6478a6d9.tar.gz
hercules-0cdae21d63836deeb99ae5376090828a6478a6d9.tar.bz2
hercules-0cdae21d63836deeb99ae5376090828a6478a6d9.tar.xz
hercules-0cdae21d63836deeb99ae5376090828a6478a6d9.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
-rw-r--r--src/common/mmo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 17caf917a..34a79bbb2 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -113,7 +113,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 2410 // Max quests that the server will load
+#define MAX_QUEST_DB 2662 // Max quests that the server will load
#define MAX_QUEST_OBJECTIVES 3 // Max quest objectives for a quest
#define MAX_START_ITEMS 32 // Max number of items allowed to be given to a char whenever it's created. [mkbu95]