From a89585e050356c325f98f234cfac415a5d2f90b3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 24 Aug 2019 17:26:13 -0300 Subject: Lower cart slots from 100 to 50. --- src/ecommon/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ecommon') 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); } -- cgit v1.2.3-60-g2f50