diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-22 00:40:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-22 00:40:30 -0300 |
commit | 5d71662fa210c2b578180a624bb903dbf83847ca (patch) | |
tree | 4c404bd11d14c4715cd73156d744dcc5790e3ddb /src | |
parent | 7cfac55bf7c74e82ad31907094a27436690c8258 (diff) | |
download | evol-hercules-5d71662fa210c2b578180a624bb903dbf83847ca.tar.gz evol-hercules-5d71662fa210c2b578180a624bb903dbf83847ca.tar.bz2 evol-hercules-5d71662fa210c2b578180a624bb903dbf83847ca.tar.xz evol-hercules-5d71662fa210c2b578180a624bb903dbf83847ca.zip |
Increase skill tree slots from 110 to 150
Diffstat (limited to 'src')
-rw-r--r-- | src/ecommon/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ecommon/init.c b/src/ecommon/init.c index 69d4f4f..4fb4b35 100644 --- a/src/ecommon/init.c +++ b/src/ecommon/init.c @@ -53,5 +53,5 @@ void common_online(void) checkVar(OLD_MAX_SKILL_DB, 1510); checkVar(MAX_EVOL_SKILLS, 62); checkVar(EVOL_FIRST_SKILL, 20000); - checkVar(MAX_SKILL_TREE, 110); + checkVar(MAX_SKILL_TREE, 150); } |