summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-25 13:54:31 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-25 13:54:31 +0000
commit605362346753c34a849c4f287234a3498696e93e (patch)
tree1a4330498d52b2569ac704db5f27925067d3d53e /src/common/mmo.h
parent2ba090bd962aed05b059fb64df900fe6004de340 (diff)
downloadhercules-605362346753c34a849c4f287234a3498696e93e.tar.gz
hercules-605362346753c34a849c4f287234a3498696e93e.tar.bz2
hercules-605362346753c34a849c4f287234a3498696e93e.tar.xz
hercules-605362346753c34a849c4f287234a3498696e93e.zip
- Increased capacity for Account Variables to 64
- Reverted Intravision implementation to that of stable's. - Corrected Login Server taking it's first argument as both login config and lan config. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6751 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 2b940de6b..c7cd259ad 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -54,7 +54,7 @@
#define MAX_CART 100
#define MAX_SKILL 1100 // Bumped to 1100 for new quest skills, will need to further increase one day... [DracoRPG]
#define GLOBAL_REG_NUM 96
-#define ACCOUNT_REG_NUM 32
+#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)
#define MAX_REG_NUM 96