summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-25 22:50:31 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-25 22:50:31 -0200
commitab8f82323176d19d2ace5feb1aabca315f6860b1 (patch)
tree9d573e07f76a3b2e0b6b3e51f14b11c16110202d /src
parentbdfb727ec6f4ea4708b4bcc6cb2aad7d27bdae71 (diff)
downloadevol-hercules-ab8f82323176d19d2ace5feb1aabca315f6860b1.tar.gz
evol-hercules-ab8f82323176d19d2ace5feb1aabca315f6860b1.tar.bz2
evol-hercules-ab8f82323176d19d2ace5feb1aabca315f6860b1.tar.xz
evol-hercules-ab8f82323176d19d2ace5feb1aabca315f6860b1.zip
Change cart size from 100 to 50 before it is too late :sweat_smile:
Remember you can access the cart anywhere, too :3 If needed, later, in future, we increase this again, but it is not possible to make size smaller once cart feature gets in! %%e
Diffstat (limited to 'src')
-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 26887d3..c625dfa 100644
--- a/src/ecommon/init.c
+++ b/src/ecommon/init.c
@@ -45,6 +45,7 @@ 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);