summaryrefslogtreecommitdiff
path: root/src/ecommon
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-09 18:50:37 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-09 18:50:37 -0300
commit3c4293fa9a3fa00756d1993ec8e1f0a04ec063de (patch)
tree75102078372fedda58001bdbe7a57a29013e4b8f /src/ecommon
parent34134c6e72d5351082a72958833150fc8407f71f (diff)
parent8f76b5e745322b637a02e9a45c996acebe95bc3e (diff)
downloadevol-hercules-3c4293fa9a3fa00756d1993ec8e1f0a04ec063de.tar.gz
evol-hercules-3c4293fa9a3fa00756d1993ec8e1f0a04ec063de.tar.bz2
evol-hercules-3c4293fa9a3fa00756d1993ec8e1f0a04ec063de.tar.xz
evol-hercules-3c4293fa9a3fa00756d1993ec8e1f0a04ec063de.zip
Merge branch 'master' into tmw2
Diffstat (limited to 'src/ecommon')
-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 26887d3..5103ffa 100644
--- a/src/ecommon/init.c
+++ b/src/ecommon/init.c
@@ -52,4 +52,5 @@ void common_online(void)
checkVar(OLD_MAX_SKILL_DB, 1510);
checkVar(MAX_EVOL_SKILLS, 42);
checkVar(EVOL_FIRST_SKILL, 20000);
+ checkVar(MAX_SKILL_TREE, 110);
}