summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-01 18:11:39 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-01 18:11:39 -0300
commite647efe6c5d6b17dfd6132ad12c27af9a13bde88 (patch)
tree7b7a6f71cce28331ce70098caaa6d4f46acf405e /src
parent19d66448d70733a7ca8592b88f45d09c2d609275 (diff)
downloadevol-hercules-e647efe6c5d6b17dfd6132ad12c27af9a13bde88.tar.gz
evol-hercules-e647efe6c5d6b17dfd6132ad12c27af9a13bde88.tar.bz2
evol-hercules-e647efe6c5d6b17dfd6132ad12c27af9a13bde88.tar.xz
evol-hercules-e647efe6c5d6b17dfd6132ad12c27af9a13bde88.zip
[TMW2] shup up
Diffstat (limited to 'src')
-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 668fc11..4c8eeeb 100644
--- a/src/ecommon/init.c
+++ b/src/ecommon/init.c
@@ -44,11 +44,11 @@ void commonClean(void)
void common_online(void)
{
- checkVar(MAX_SKILL_DB, 1532);
- checkVar(MAX_SKILL_ID, 20022);
+ checkVar(MAX_SKILL_DB, 1552);
+ checkVar(MAX_SKILL_ID, 20042);
checkVar(SC_MAX, 658);
checkVar(SI_MAX, 971);
checkVar(OLD_MAX_SKILL_DB, 1510);
- checkVar(MAX_EVOL_SKILLS, 22);
+ checkVar(MAX_EVOL_SKILLS, 42);
checkVar(EVOL_FIRST_SKILL, 20000);
}