diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-24 17:26:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-24 17:26:13 -0300 |
commit | a89585e050356c325f98f234cfac415a5d2f90b3 (patch) | |
tree | b6f8a1e784a7297e352d08f5272fc0b8f26a9f58 /src | |
parent | dd7d9ed813bbba25915200533223931ab3ff0d6a (diff) | |
download | evol-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')
-rw-r--r-- | src/ecommon/init.c | 1 |
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); } |