summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-05 17:52:45 +0000
committerAndrei Karas <akaras@inbox.ru>2019-04-05 17:52:45 +0000
commit6b226377c3e680f0af28b78e05d11ae1a4c12d61 (patch)
treea4f567b983dfb7dfa01f298e515510689af61a1c /src
parentf9039b6502bdec295f52189a6662a5d211a1c0f0 (diff)
downloadevol-hercules-6b226377c3e680f0af28b78e05d11ae1a4c12d61.tar.gz
evol-hercules-6b226377c3e680f0af28b78e05d11ae1a4c12d61.tar.bz2
evol-hercules-6b226377c3e680f0af28b78e05d11ae1a4c12d61.tar.xz
evol-hercules-6b226377c3e680f0af28b78e05d11ae1a4c12d61.zip
Grant Micksha 24 extra skills slots
Diffstat (limited to 'src')
-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 668fc11..c58de23 100644
--- a/src/ecommon/init.c
+++ b/src/ecommon/init.c
@@ -51,4 +51,5 @@ void common_online(void)
checkVar(OLD_MAX_SKILL_DB, 1510);
checkVar(MAX_EVOL_SKILLS, 22);
checkVar(EVOL_FIRST_SKILL, 20000);
+ checkVar(MAX_SKILL_TREE, 110);
}