summaryrefslogtreecommitdiff
path: root/src/ecommon
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-24 17:26:13 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-24 17:26:13 -0300
commita89585e050356c325f98f234cfac415a5d2f90b3 (patch)
treeb6f8a1e784a7297e352d08f5272fc0b8f26a9f58 /src/ecommon
parentdd7d9ed813bbba25915200533223931ab3ff0d6a (diff)
downloadevol-hercules-a89585e050356c325f98f234cfac415a5d2f90b3.tar.gz
evol-hercules-a89585e050356c325f98f234cfac415a5d2f90b3.tar.bz2
evol-hercules-a89585e050356c325f98f234cfac415a5d2f90b3.tar.xz
evol-hercules-a89585e050356c325f98f234cfac415a5d2f90b3.zip
Lower cart slots from 100 to 50.
Diffstat (limited to 'src/ecommon')
-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 fe74649..00a98bc 100644
--- a/src/ecommon/init.c
+++ b/src/ecommon/init.c
@@ -53,4 +53,5 @@ void common_online(void)
checkVar(MAX_EVOL_SKILLS, 62);
checkVar(EVOL_FIRST_SKILL, 20000);
checkVar(MAX_SKILL_TREE, 110);
+ checkVar(MAX_CART, 50);
}