summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-15 22:05:29 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-15 22:05:29 -0300
commita048940e1c7fcdf8182ce8192b6c511c608257c1 (patch)
treec8e0550880c02ef1ee3c3716628ef087760c5240 /src
parent8eb5d96c3394c619797a44f244dc5a0644ddf40c (diff)
downloadevol-hercules-a048940e1c7fcdf8182ce8192b6c511c608257c1.tar.gz
evol-hercules-a048940e1c7fcdf8182ce8192b6c511c608257c1.tar.bz2
evol-hercules-a048940e1c7fcdf8182ce8192b6c511c608257c1.tar.xz
evol-hercules-a048940e1c7fcdf8182ce8192b6c511c608257c1.zip
Revert "Allow up to 50k units of an item to stack"
This reverts commit 85c88e6ce91086d5c061df3b66d423a5ddcdfb9b.
Diffstat (limited to 'src')
-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 08b2353..4fb4b35 100644
--- a/src/ecommon/init.c
+++ b/src/ecommon/init.c
@@ -54,5 +54,4 @@ void common_online(void)
checkVar(MAX_EVOL_SKILLS, 62);
checkVar(EVOL_FIRST_SKILL, 20000);
checkVar(MAX_SKILL_TREE, 150);
- checkVar(MAX_AMOUNT, 50000);
}