summaryrefslogtreecommitdiff
path: root/src/ecommon
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-26 02:14:54 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-26 02:14:54 -0200
commit613976cbee0a6d3e080a02ac27c104e8625c3360 (patch)
tree82972cac766a435e616df9595d4c87a53e7ca2ac /src/ecommon
parentab8f82323176d19d2ace5feb1aabca315f6860b1 (diff)
downloadevol-hercules-613976cbee0a6d3e080a02ac27c104e8625c3360.tar.gz
evol-hercules-613976cbee0a6d3e080a02ac27c104e8625c3360.tar.bz2
evol-hercules-613976cbee0a6d3e080a02ac27c104e8625c3360.tar.xz
evol-hercules-613976cbee0a6d3e080a02ac27c104e8625c3360.zip
Revert "Change cart size from 100 to 50 before it is too late :sweat_smile:"
This reverts commit ab8f82323176d19d2ace5feb1aabca315f6860b1.
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 c625dfa..26887d3 100644
--- a/src/ecommon/init.c
+++ b/src/ecommon/init.c
@@ -45,7 +45,6 @@ void commonClean(void)
void common_online(void)
{
checkVar(MAX_STORAGE, 500);
- checkVar(MAX_CART, 50);
checkVar(MAX_SKILL_DB, 1552);
checkVar(MAX_SKILL_ID, 20042);
checkVar(SC_MAX, 658);