diff options
Diffstat (limited to 'src/ecommon/init.c')
-rw-r--r-- | src/ecommon/init.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/ecommon/init.c b/src/ecommon/init.c index 753fcf1..664522c 100644 --- a/src/ecommon/init.c +++ b/src/ecommon/init.c @@ -49,12 +49,14 @@ void commonClean(void) void common_online(void) { - checkVar(MAX_SKILL_DB, 1532); - checkVar(MAX_SKILL_ID, 20022); + checkVar(MAX_STORAGE, 500); + checkVar(MAX_INVENTORY, 120); + checkVar(MAX_SKILL_DB, 1572); + checkVar(MAX_SKILL_ID, 20062); checkVar(SC_MAX, 658); - checkVar(SI_MAX, 971); + checkVar(SI_MAX, 991); checkVar(OLD_MAX_SKILL_DB, 1510); - checkVar(MAX_EVOL_SKILLS, 22); + checkVar(MAX_EVOL_SKILLS, 62); checkVar(EVOL_FIRST_SKILL, 20000); checkVar(MAX_SKILL_TREE, 110); checkVar(BASE_GUILD_SIZE, 100); |