summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-10 18:53:29 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-10 18:53:29 -0300
commit2dc7e8637ff6cde0de9a7377ad0c494d5a542638 (patch)
treecec9d85cd11460df9744382e3d612cc79f68595c
parent0a35d33ec6151494dcb74d41aa15f7c48a4ecff3 (diff)
downloadevol-hercules-2dc7e8637ff6cde0de9a7377ad0c494d5a542638.tar.gz
evol-hercules-2dc7e8637ff6cde0de9a7377ad0c494d5a542638.tar.bz2
evol-hercules-2dc7e8637ff6cde0de9a7377ad0c494d5a542638.tar.xz
evol-hercules-2dc7e8637ff6cde0de9a7377ad0c494d5a542638.zip
Why do we even do this weird validation
-rw-r--r--src/ecommon/init.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ecommon/init.c b/src/ecommon/init.c
index 11f1df4..1ac476d 100644
--- a/src/ecommon/init.c
+++ b/src/ecommon/init.c
@@ -49,13 +49,13 @@ void commonClean(void)
void common_online(void)
{
- checkVar(MAX_SKILL_DB, 1532);
- checkVar(MAX_SKILL_ID, 20022);
+ checkVar(MAX_SKILL_DB, 1570);
+ checkVar(MAX_SKILL_ID, 20060);
checkVar(SC_MAX, 682);
checkVar(SI_MAX, 1175);
checkVar(OLD_MAX_SKILL_DB, 1510);
- checkVar(MAX_EVOL_SKILLS, 22);
+ checkVar(MAX_EVOL_SKILLS, 60);
checkVar(EVOL_FIRST_SKILL, 20000);
- checkVar(MAX_SKILL_TREE, 108);
+ checkVar(MAX_SKILL_TREE, 146);
checkVar(BASE_GUILD_SIZE, 100);
}