diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-15 14:11:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-15 14:11:32 -0300 |
commit | b3dad10ce68a15d9110ece01a53fc97cb22a4d8c (patch) | |
tree | 07a1b9e0c5abf27b93f22cf610a55eec4034db19 | |
parent | b40e0c11fdba50c2aa2a87f45eb522afae51aea7 (diff) | |
download | evol-hercules-b3dad10ce68a15d9110ece01a53fc97cb22a4d8c.tar.gz evol-hercules-b3dad10ce68a15d9110ece01a53fc97cb22a4d8c.tar.bz2 evol-hercules-b3dad10ce68a15d9110ece01a53fc97cb22a4d8c.tar.xz evol-hercules-b3dad10ce68a15d9110ece01a53fc97cb22a4d8c.zip |
Be more conservative
-rwxr-xr-x | tools/vars.sh | 2 |
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}" |