From 605362346753c34a849c4f287234a3498696e93e Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 25 May 2006 13:54:31 +0000 Subject: - 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 --- src/common/mmo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/mmo.h') 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 -- cgit v1.2.3-70-g09d2