summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-11-29 20:12:02 +0300
committerAndrei Karas <akaras@inbox.ru>2017-11-29 20:12:02 +0300
commit9712d4c8820c14d43d5869163722ccda7595a5df (patch)
tree77e38a0c29295dd91e71d8033b9fcfe002361663 /tools
parent51e1c8fd61d0e8270c7502095c73cf58f8beac62 (diff)
downloadevol-hercules-9712d4c8820c14d43d5869163722ccda7595a5df.tar.gz
evol-hercules-9712d4c8820c14d43d5869163722ccda7595a5df.tar.bz2
evol-hercules-9712d4c8820c14d43d5869163722ccda7595a5df.tar.xz
evol-hercules-9712d4c8820c14d43d5869163722ccda7595a5df.zip
Update from hercules.s20171226
Diffstat (limited to 'tools')
-rwxr-xr-xtools/vars.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/vars.sh b/tools/vars.sh
index 7be7f49..42655aa 100755
--- a/tools/vars.sh
+++ b/tools/vars.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-# MAX_SKILL 1510 + 22 = 1532
+# MAX_SKILL_DB 1510 + 22 = 1532
# MAX_SKILL_ID 10015 + 22 + 9963 = 20022
# SC_MAX 653 + 5 = 658
# SI_MAX 966 + 5 = 971
@@ -10,5 +10,5 @@
# can be used for custom skill id: 10016 - 10036
-export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971"
+export VARS=" -DOLD_MAX_SKILL_DB=1510 -DMAX_SKILL_DB=1532 -DMAX_SKILL_ID=20022 -DMAX_EVOL_SKILLS=22 -DEVOL_FIRST_SKILL=20000 -DSC_MAX=658 -DSI_MAX=971"
export CPPFLAGS="${VARS}"