summaryrefslogtreecommitdiff
path: root/tools/vars.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vars.sh')
-rwxr-xr-xtools/vars.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/vars.sh b/tools/vars.sh
index e69e0ee..fc92ae4 100755
--- a/tools/vars.sh
+++ b/tools/vars.sh
@@ -2,7 +2,9 @@
# MAX_SKILL 1478 + 22 = 1500
# MAX_SKILL_ID 10015 + 22 = 10037
+# SC_MAX 642 + 5 = 647
+# SI_MAX 966 + 5 = 971
# can be used for custom skill id: 10016 - 10036
-export VARS="-DMAX_SKILL=1500 -DMAX_SKILL_ID=10037"
+export VARS="-DMAX_SKILL=1500 -DMAX_SKILL_ID=10037 -DSC_MAX=647 -DSI_MAX=971"