From 7aa4532888ab010b843c365f45d3044220fee9ea Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 8 Jan 2020 19:40:57 +0000 Subject: Maximum Guild Size: 100 An ADM can make that value go up to 160 if needed using GD_EXTENSION skill (steps of 6) --- src/ecommon/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/ecommon/init.c b/src/ecommon/init.c index c58de23..9185ee1 100644 --- a/src/ecommon/init.c +++ b/src/ecommon/init.c @@ -52,4 +52,5 @@ void common_online(void) checkVar(MAX_EVOL_SKILLS, 22); checkVar(EVOL_FIRST_SKILL, 20000); checkVar(MAX_SKILL_TREE, 110); + checkVar(BASE_GUILD_SIZE, 100); } -- cgit v1.2.3-70-g09d2