diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-26 02:14:54 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-26 02:14:54 -0200 |
commit | 613976cbee0a6d3e080a02ac27c104e8625c3360 (patch) | |
tree | 82972cac766a435e616df9595d4c87a53e7ca2ac /tools/vars.sh | |
parent | ab8f82323176d19d2ace5feb1aabca315f6860b1 (diff) | |
download | evol-hercules-613976cbee0a6d3e080a02ac27c104e8625c3360.tar.gz evol-hercules-613976cbee0a6d3e080a02ac27c104e8625c3360.tar.bz2 evol-hercules-613976cbee0a6d3e080a02ac27c104e8625c3360.tar.xz evol-hercules-613976cbee0a6d3e080a02ac27c104e8625c3360.zip |
Revert "Change cart size from 100 to 50 before it is too late :sweat_smile:"
This reverts commit ab8f82323176d19d2ace5feb1aabca315f6860b1.
Diffstat (limited to 'tools/vars.sh')
-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 e1b8e67..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_STORAGE=500 -DMAX_CART=50 -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}" |