diff options
author | shennetsind <ind@henn.et> | 2013-03-03 01:20:45 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-03-03 01:20:45 -0300 |
commit | 03c5ecd61753391b7790cf72f9cc629e9f8bbc38 (patch) | |
tree | 3a39aa82132fdd055fdf0ea1505cdd49a221f65c /src | |
parent | 54fcc9f412f1dabe43e43642c016b9251b449274 (diff) | |
download | hercules-03c5ecd61753391b7790cf72f9cc629e9f8bbc38.tar.gz hercules-03c5ecd61753391b7790cf72f9cc629e9f8bbc38.tar.bz2 hercules-03c5ecd61753391b7790cf72f9cc629e9f8bbc38.tar.xz hercules-03c5ecd61753391b7790cf72f9cc629e9f8bbc38.zip |
Fixed Bug #7108
Increased MAX_QUEST_DB
http://hercules.ws/board/tracker/issue-7108-error-in-console-quest-r/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 7b492bc90..e13816832 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -97,7 +97,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 2300 //Max quests that the server will load +#define MAX_QUEST_DB 2350 //Max quests that the server will load #define MAX_QUEST_OBJECTIVES 3 //Max quest objectives for a quest // for produce |