From 5b2cfd68e09d5e2e45b609502f5c4f5989fc875b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 28 Jul 2021 15:53:33 -0300 Subject: Increase max guild size from 100 to 300. This will be barely enough to port CRC, but will have to do. --- src/ecommon/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ecommon/init.c b/src/ecommon/init.c index 8384ea1..50f39ac 100644 --- a/src/ecommon/init.c +++ b/src/ecommon/init.c @@ -57,5 +57,5 @@ void common_online(void) checkVar(MAX_EVOL_SKILLS, 75); checkVar(EVOL_FIRST_SKILL, 20000); checkVar(MAX_SKILL_TREE, 125); - checkVar(BASE_GUILD_SIZE, 100); + checkVar(BASE_GUILD_SIZE, 300); } -- cgit v1.2.3-70-g09d2