summaryrefslogtreecommitdiff
path: root/src/ecommon/init.c
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-05 16:15:01 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-05 16:15:01 -0300
commit258334d6e0481416fa3d22f239c2833bcf8e5313 (patch)
tree327154f258fedcea8ce4be5480411b9196788a28 /src/ecommon/init.c
parent04197eeeb53cee541f19b3df66cd06dd507469dc (diff)
downloadevol-hercules-258334d6e0481416fa3d22f239c2833bcf8e5313.tar.gz
evol-hercules-258334d6e0481416fa3d22f239c2833bcf8e5313.tar.bz2
evol-hercules-258334d6e0481416fa3d22f239c2833bcf8e5313.tar.xz
evol-hercules-258334d6e0481416fa3d22f239c2833bcf8e5313.zip
Register 20 extra skill slots (untested)
Diffstat (limited to 'src/ecommon/init.c')
-rw-r--r--src/ecommon/init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ecommon/init.c b/src/ecommon/init.c
index 51bc6b8..fe74649 100644
--- a/src/ecommon/init.c
+++ b/src/ecommon/init.c
@@ -45,12 +45,12 @@ void commonClean(void)
void common_online(void)
{
checkVar(MAX_STORAGE, 500);
- checkVar(MAX_SKILL_DB, 1552);
- checkVar(MAX_SKILL_ID, 20042);
+ checkVar(MAX_SKILL_DB, 1572);
+ checkVar(MAX_SKILL_ID, 20062);
checkVar(SC_MAX, 658);
checkVar(SI_MAX, 991);
checkVar(OLD_MAX_SKILL_DB, 1510);
- checkVar(MAX_EVOL_SKILLS, 42);
+ checkVar(MAX_EVOL_SKILLS, 62);
checkVar(EVOL_FIRST_SKILL, 20000);
checkVar(MAX_SKILL_TREE, 110);
}