From 6a17ecdd779805b27ae202af8117e8bd113c6a95 Mon Sep 17 00:00:00 2001 From: Lupus Date: Sun, 28 Nov 2004 11:42:05 +0000 Subject: fixed Guild skill Extention +2 -> +6 people per level. btw.. should txt-convertot use its own mmo.h? i think not git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@400 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 5483e30d2..ffcba6e28 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -39,7 +39,7 @@ #define MAX_STORAGE 300 #define MAX_GUILD_STORAGE 1000 #define MAX_PARTY 12 -#define MAX_GUILD 36 // increased max guild members to accomodate for +2 increase for extension levels [Valaris] (removed) [PoW] +#define MAX_GUILD 16+10*6 // increased max guild members to accomodate for +6 increase for extension levels [Lupus] #define MAX_GUILDPOSITION 20 // increased max guild positions to accomodate for all members [Valaris] (removed) [PoW] #define MAX_GUILDEXPLUSION 32 #define MAX_GUILDALLIANCE 16 -- cgit v1.2.3-70-g09d2