summaryrefslogtreecommitdiff
path: root/src/ecommon/init.c
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-08 19:40:57 +0000
committerJesusaves <cpntb1@ymail.com>2020-01-08 19:40:57 +0000
commit7aa4532888ab010b843c365f45d3044220fee9ea (patch)
treef95d90dc4484563f4d02dd260edb278bd1cb1b6e /src/ecommon/init.c
parentcd6c1e97e8c51186301d9a1bd26157cbe852473a (diff)
downloadevol-hercules-7aa4532888ab010b843c365f45d3044220fee9ea.tar.gz
evol-hercules-7aa4532888ab010b843c365f45d3044220fee9ea.tar.bz2
evol-hercules-7aa4532888ab010b843c365f45d3044220fee9ea.tar.xz
evol-hercules-7aa4532888ab010b843c365f45d3044220fee9ea.zip
Maximum Guild Size: 100
An ADM can make that value go up to 160 if needed using GD_EXTENSION skill (steps of 6)
Diffstat (limited to 'src/ecommon/init.c')
-rw-r--r--src/ecommon/init.c1
1 files changed, 1 insertions, 0 deletions
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);
}