summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-07-03 19:23:29 -0300
committershennetsind <ind@henn.et>2013-07-03 19:23:29 -0300
commitbbb86330a89e5d7fde2c68076f5970265bb2d9ae (patch)
treebe1d6700c792a9dbdfb9d13584fb6d57e51d831c /src/common/mmo.h
parentca0205134beb9ba26e989c9fc3820c086d4d22a7 (diff)
downloadhercules-bbb86330a89e5d7fde2c68076f5970265bb2d9ae.tar.gz
hercules-bbb86330a89e5d7fde2c68076f5970265bb2d9ae.tar.bz2
hercules-bbb86330a89e5d7fde2c68076f5970265bb2d9ae.tar.xz
hercules-bbb86330a89e5d7fde2c68076f5970265bb2d9ae.zip
Expanded quest db size
Special Thanks to Vylow for bringing this to our attention. Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/common/mmo.h')
-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]