summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-25 19:34:14 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-25 19:34:14 -0200
commitbdfb727ec6f4ea4708b4bcc6cb2aad7d27bdae71 (patch)
tree82972cac766a435e616df9595d4c87a53e7ca2ac /src
parent7210863603075d782e8b38029cbfe3400bb4f9ff (diff)
downloadevol-hercules-bdfb727ec6f4ea4708b4bcc6cb2aad7d27bdae71.tar.gz
evol-hercules-bdfb727ec6f4ea4708b4bcc6cb2aad7d27bdae71.tar.bz2
evol-hercules-bdfb727ec6f4ea4708b4bcc6cb2aad7d27bdae71.tar.xz
evol-hercules-bdfb727ec6f4ea4708b4bcc6cb2aad7d27bdae71.zip
Attempt to override MAX_STORAGE size
Diffstat (limited to 'src')
-rw-r--r--src/ecommon/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ecommon/init.c b/src/ecommon/init.c
index 4c8eeeb..26887d3 100644
--- a/src/ecommon/init.c
+++ b/src/ecommon/init.c
@@ -44,6 +44,7 @@ void commonClean(void)
void common_online(void)
{
+ checkVar(MAX_STORAGE, 500);
checkVar(MAX_SKILL_DB, 1552);
checkVar(MAX_SKILL_ID, 20042);
checkVar(SC_MAX, 658);