summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-05-21 02:58:58 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-05-21 02:58:58 +0000
commitc1343c09dc4157d22cf0a1aa57553e118865189e (patch)
tree3f1cd01f705b935b22f16d4f03a1b6de3691df9e /src/common/mmo.h
parenta5460821f13c727700d7f400bb11cca87ae005b2 (diff)
downloadhercules-c1343c09dc4157d22cf0a1aa57553e118865189e.tar.gz
hercules-c1343c09dc4157d22cf0a1aa57553e118865189e.tar.bz2
hercules-c1343c09dc4157d22cf0a1aa57553e118865189e.tar.xz
hercules-c1343c09dc4157d22cf0a1aa57553e118865189e.zip
* Increased gobal_reg_value to 256 from 96.
* Upped the max quest db entries allowed to 1500. * Added remaining status icons to status.h (mostly 3rd job icons.) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14301 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index e21299ffe..3f88fbf4d 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -80,7 +80,7 @@
#define MAX_FAME 1000000000
#define MAX_CART 100
#define MAX_SKILL 1020
-#define GLOBAL_REG_NUM 96
+#define GLOBAL_REG_NUM 256
#define ACCOUNT_REG_NUM 64
#define ACCOUNT_REG2_NUM 16
//Should hold the max of GLOBAL/ACCOUNT/ACCOUNT2 (needed for some arrays that hold all three)
@@ -99,7 +99,7 @@
#define MAX_GUILDCASTLE 34 // Updated to include new entries for WoE:SE. [L0ne_W0lf]
#define MAX_GUILDLEVEL 50
#define MAX_GUARDIANS 8 //Local max per castle. [Skotlex]
-#define MAX_QUEST_DB 1200 //Max quests that the server will load
+#define MAX_QUEST_DB 1500 //Max quests that the server will load
#define MAX_QUEST_OBJECTIVES 3 //Max quest objectives for a quest
#define MIN_HAIR_STYLE battle_config.min_hair_style