summaryrefslogtreecommitdiff
path: root/src/ecommon/init.c
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-01 17:54:52 +0000
committerJesusaves <cpntb1@ymail.com>2020-02-01 17:54:52 +0000
commitbae7e9a5430c0df68cc7172995ddfde47169b484 (patch)
tree7e5cffabab48694b4af3202726312ec406e479c4 /src/ecommon/init.c
parent63068d47650898f292aea877ce797e11c3f3404f (diff)
downloadevol-hercules-bae7e9a5430c0df68cc7172995ddfde47169b484.tar.gz
evol-hercules-bae7e9a5430c0df68cc7172995ddfde47169b484.tar.bz2
evol-hercules-bae7e9a5430c0df68cc7172995ddfde47169b484.tar.xz
evol-hercules-bae7e9a5430c0df68cc7172995ddfde47169b484.zip
Extend SI table as needed for serverdata!222
(Original code from ML - Please blame Saulc if anything breaks)
Diffstat (limited to 'src/ecommon/init.c')
-rw-r--r--src/ecommon/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ecommon/init.c b/src/ecommon/init.c
index 753fcf1..bcd68d1 100644
--- a/src/ecommon/init.c
+++ b/src/ecommon/init.c
@@ -52,7 +52,7 @@ void common_online(void)
checkVar(MAX_SKILL_DB, 1532);
checkVar(MAX_SKILL_ID, 20022);
checkVar(SC_MAX, 658);
- checkVar(SI_MAX, 971);
+ checkVar(SI_MAX, 991);
checkVar(OLD_MAX_SKILL_DB, 1510);
checkVar(MAX_EVOL_SKILLS, 22);
checkVar(EVOL_FIRST_SKILL, 20000);