diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-24 17:46:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-24 17:46:55 -0300 |
commit | 7e0df96304fc6cc6019a46e89f64fbdb16cf7571 (patch) | |
tree | eafe306cc9dc4726836dd680879c7784d7b89fdb /tools | |
parent | 69668dd4bd7b8b5ddbf8448b30d4587a078fd078 (diff) | |
download | evol-hercules-7e0df96304fc6cc6019a46e89f64fbdb16cf7571.tar.gz evol-hercules-7e0df96304fc6cc6019a46e89f64fbdb16cf7571.tar.bz2 evol-hercules-7e0df96304fc6cc6019a46e89f64fbdb16cf7571.tar.xz evol-hercules-7e0df96304fc6cc6019a46e89f64fbdb16cf7571.zip |
Revert "Lower cart slots from 100 to 50."
This reverts commit a89585e050356c325f98f234cfac415a5d2f90b3 and successor.
Diffstat (limited to 'tools')
-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 6da6e1d..97f3225 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_SKILL_DB=1572 -DMAX_SKILL_ID=20062 -DMAX_EVOL_SKILLS=62 -DEVOL_FIRST_SKILL=20000 -DMAX_SKILL_TREE=110 -DSC_MAX=658 -DSI_MAX=991 -DMAX_CART=50 -DMIN_PACKET_DB=0x63 -DMAX_PACKET_DB=0x7531" +export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_STORAGE=500 -DMAX_SKILL_DB=1572 -DMAX_SKILL_ID=20062 -DMAX_EVOL_SKILLS=62 -DEVOL_FIRST_SKILL=20000 -DMAX_SKILL_TREE=110 -DSC_MAX=658 -DSI_MAX=991 -DMIN_PACKET_DB=0x63 -DMAX_PACKET_DB=0x7531" export CPPFLAGS="${VARS}" |