From 258334d6e0481416fa3d22f239c2833bcf8e5313 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 5 Jun 2019 16:15:01 -0300 Subject: Register 20 extra skill slots (untested) --- src/ecommon/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ecommon/init.c') 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); } -- cgit v1.2.3-60-g2f50