summaryrefslogtreecommitdiff
path: root/src/ecommon
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-24 17:46:55 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-24 17:46:55 -0300
commit7e0df96304fc6cc6019a46e89f64fbdb16cf7571 (patch)
treeeafe306cc9dc4726836dd680879c7784d7b89fdb /src/ecommon
parent69668dd4bd7b8b5ddbf8448b30d4587a078fd078 (diff)
downloadevol-hercules-7e0df96304fc6cc6019a46e89f64fbdb16cf7571.tar.gz
evol-hercules-7e0df96304fc6cc6019a46e89f64fbdb16cf7571.tar.bz2
evol-hercules-7e0df96304fc6cc6019a46e89f64fbdb16cf7571.tar.xz
evol-hercules-7e0df96304fc6cc6019a46e89f64fbdb16cf7571.zip
Revert "Lower cart slots from 100 to 50."
This reverts commit a89585e050356c325f98f234cfac415a5d2f90b3 and successor.
Diffstat (limited to 'src/ecommon')
-rw-r--r--src/ecommon/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ecommon/init.c b/src/ecommon/init.c
index 00a98bc..fe74649 100644
--- a/src/ecommon/init.c
+++ b/src/ecommon/init.c
@@ -53,5 +53,4 @@ void common_online(void)
checkVar(MAX_EVOL_SKILLS, 62);
checkVar(EVOL_FIRST_SKILL, 20000);
checkVar(MAX_SKILL_TREE, 110);
- checkVar(MAX_CART, 50);
}