summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-15 14:11:32 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-15 14:11:32 -0300
commitb3dad10ce68a15d9110ece01a53fc97cb22a4d8c (patch)
tree07a1b9e0c5abf27b93f22cf610a55eec4034db19
parentb40e0c11fdba50c2aa2a87f45eb522afae51aea7 (diff)
downloadevol-hercules-b3dad10ce68a15d9110ece01a53fc97cb22a4d8c.tar.gz
evol-hercules-b3dad10ce68a15d9110ece01a53fc97cb22a4d8c.tar.bz2
evol-hercules-b3dad10ce68a15d9110ece01a53fc97cb22a4d8c.tar.xz
evol-hercules-b3dad10ce68a15d9110ece01a53fc97cb22a4d8c.zip
Be more conservative
-rwxr-xr-xtools/vars.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vars.sh b/tools/vars.sh
index 094bc09..5a9cd7b 100755
--- a/tools/vars.sh
+++ b/tools/vars.sh
@@ -11,5 +11,5 @@
# can be used for custom skill id: 10016 - 10036+20
-export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_STORAGE=500 -DMAX_INVENTORY=120 -DMAX_AMOUNT=50000 -DMAX_SKILL_DB=1660 -DMAX_SKILL_ID=20150 -DMAX_EVOL_SKILLS=150 -DEVOL_FIRST_SKILL=20000 -DMAX_SKILL_TREE=200 -DSC_MAX=658 -DSI_MAX=991 -DMIN_PACKET_DB=0x63 -DMAX_PACKET_DB=0x7531"
+export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_STORAGE=500 -DMAX_INVENTORY=120 -DMAX_AMOUNT=32500 -DMAX_SKILL_DB=1660 -DMAX_SKILL_ID=20150 -DMAX_EVOL_SKILLS=150 -DEVOL_FIRST_SKILL=20000 -DMAX_SKILL_TREE=200 -DSC_MAX=658 -DSI_MAX=991 -DMIN_PACKET_DB=0x63 -DMAX_PACKET_DB=0x7531"
export CPPFLAGS="${VARS}"