summaryrefslogtreecommitdiff
path: root/src/ecommon/init.c
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-07-13 20:31:36 +0000
committergumi <git@gumi.ca>2020-07-13 20:31:53 +0000
commit858de334b4e9dd4d81b7f78aeadd195ecf9ca342 (patch)
treefd856707eab52e1b493c4a3a3beaac814534e55c /src/ecommon/init.c
parent918d53cc4d9c7198b19f20c840cbb8755b6ea3ab (diff)
downloadevol-hercules-858de334b4e9dd4d81b7f78aeadd195ecf9ca342.tar.gz
evol-hercules-858de334b4e9dd4d81b7f78aeadd195ecf9ca342.tar.bz2
evol-hercules-858de334b4e9dd4d81b7f78aeadd195ecf9ca342.tar.xz
evol-hercules-858de334b4e9dd4d81b7f78aeadd195ecf9ca342.zip
update skill constants from hercules
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 bcd68d1..11f1df4 100644
--- a/src/ecommon/init.c
+++ b/src/ecommon/init.c
@@ -51,11 +51,11 @@ void common_online(void)
{
checkVar(MAX_SKILL_DB, 1532);
checkVar(MAX_SKILL_ID, 20022);
- checkVar(SC_MAX, 658);
- checkVar(SI_MAX, 991);
+ checkVar(SC_MAX, 682);
+ checkVar(SI_MAX, 1175);
checkVar(OLD_MAX_SKILL_DB, 1510);
checkVar(MAX_EVOL_SKILLS, 22);
checkVar(EVOL_FIRST_SKILL, 20000);
- checkVar(MAX_SKILL_TREE, 110);
+ checkVar(MAX_SKILL_TREE, 108);
checkVar(BASE_GUILD_SIZE, 100);
}