summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-25 19:34:14 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-25 19:34:14 -0200
commitbdfb727ec6f4ea4708b4bcc6cb2aad7d27bdae71 (patch)
tree82972cac766a435e616df9595d4c87a53e7ca2ac /tools
parent7210863603075d782e8b38029cbfe3400bb4f9ff (diff)
downloadevol-hercules-bdfb727ec6f4ea4708b4bcc6cb2aad7d27bdae71.tar.gz
evol-hercules-bdfb727ec6f4ea4708b4bcc6cb2aad7d27bdae71.tar.bz2
evol-hercules-bdfb727ec6f4ea4708b4bcc6cb2aad7d27bdae71.tar.xz
evol-hercules-bdfb727ec6f4ea4708b4bcc6cb2aad7d27bdae71.zip
Attempt to override MAX_STORAGE size
Diffstat (limited to 'tools')
-rwxr-xr-xtools/vars.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vars.sh b/tools/vars.sh
index 3627808..02ccdb4 100755
--- a/tools/vars.sh
+++ b/tools/vars.sh
@@ -10,5 +10,5 @@
# can be used for custom skill id: 10016 - 10036+20
-export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1552 -DMAX_SKILL_ID=20042 -DMAX_EVOL_SKILLS=42 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -DMIN_PACKET_DB=0x63 -DMAX_PACKET_DB=0x7531"
+export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_STORAGE=500 -DMAX_SKILL_DB=1552 -DMAX_SKILL_ID=20042 -DMAX_EVOL_SKILLS=42 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971 -DMIN_PACKET_DB=0x63 -DMAX_PACKET_DB=0x7531"
export CPPFLAGS="${VARS}"