summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-15 20:07:13 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-15 20:07:13 -0300
commit85c88e6ce91086d5c061df3b66d423a5ddcdfb9b (patch)
tree0e94c4c8aa9c5d14a154e612dc631247762b4b5c /src
parentcd1c981d5de6c599679cadbb09cc6bb07bad0908 (diff)
downloadevol-hercules-85c88e6ce91086d5c061df3b66d423a5ddcdfb9b.tar.gz
evol-hercules-85c88e6ce91086d5c061df3b66d423a5ddcdfb9b.tar.bz2
evol-hercules-85c88e6ce91086d5c061df3b66d423a5ddcdfb9b.tar.xz
evol-hercules-85c88e6ce91086d5c061df3b66d423a5ddcdfb9b.zip
Allow up to 50k units of an item to stack
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 4fb4b35..08b2353 100644
--- a/src/ecommon/init.c
+++ b/src/ecommon/init.c
@@ -54,4 +54,5 @@ void common_online(void)
checkVar(MAX_EVOL_SKILLS, 62);
checkVar(EVOL_FIRST_SKILL, 20000);
checkVar(MAX_SKILL_TREE, 150);
+ checkVar(MAX_AMOUNT, 50000);
}