summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-05-30 23:42:43 -0300
committershennetsind <ind@henn.et>2013-05-30 23:42:43 -0300
commit11a90e148ed142c9bc39fc9e71ccc690b03fdb8f (patch)
treeab5183cb2c2c4712c7df3c83f5d96110136e7eaf /src/common/mmo.h
parent401136e19ea7986acd9a57c54e0a6fa4594186c9 (diff)
downloadhercules-11a90e148ed142c9bc39fc9e71ccc690b03fdb8f.tar.gz
hercules-11a90e148ed142c9bc39fc9e71ccc690b03fdb8f.tar.bz2
hercules-11a90e148ed142c9bc39fc9e71ccc690b03fdb8f.tar.xz
hercules-11a90e148ed142c9bc39fc9e71ccc690b03fdb8f.zip
Mora / NPC Updates
* Implemented all Mora quests (excluding instance-related quests and Mora Enchants). * Updated Mora town NPCs, Quiver Maker, and guides. * Updated Bifrost spawns and warps. All Credits to Euphy for sending those to us, Thank you~! 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 fd157377b..c2fdfe43a 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -103,7 +103,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 2400 // Max quests that the server will load
+#define MAX_QUEST_DB 2410 // 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]