summaryrefslogtreecommitdiff
path: root/tools/Script-Checker.applescript
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-01-10 02:01:55 +0100
committerHaru <haru@dotalux.com>2016-01-13 11:24:33 +0100
commita8154726935b2d6a2273b75126a675e6e706edab (patch)
treeb2a668ad44121d99e14ced4c2f5d8956c04c4ab3 /tools/Script-Checker.applescript
parent77ebd051325e8609da224295d788a1d473521d3a (diff)
downloadhercules-a8154726935b2d6a2273b75126a675e6e706edab.tar.gz
hercules-a8154726935b2d6a2273b75126a675e6e706edab.tar.bz2
hercules-a8154726935b2d6a2273b75126a675e6e706edab.tar.xz
hercules-a8154726935b2d6a2273b75126a675e6e706edab.zip
Converted const.txt to libconfig format
- This is necessary for upcoming improvements Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'tools/Script-Checker.applescript')
-rw-r--r--tools/Script-Checker.applescript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Script-Checker.applescript b/tools/Script-Checker.applescript
index 0e657a358..0b7207569 100644
--- a/tools/Script-Checker.applescript
+++ b/tools/Script-Checker.applescript
@@ -85,7 +85,7 @@ on build_hercules(hercules_repo)
display dialog "Build successfully completed. Please check the log file for details." with title "Build result" buttons {"Abort", "Continue"} default button 2 cancel button 1
set the files_to_copy to {"map-server", "script-checker"}
set the conf_files_to_copy to {"inter-server.conf", "import", "packet.conf", "script.conf"}
- set the db_files_to_copy to {"map_index.txt", "item_db2.txt", "const.txt", "mob_db2.txt"}
+ set the db_files_to_copy to {"map_index.txt", "item_db2.txt", "constants.conf", "mob_db2.txt"}
set the db2_files_to_copy to {"map_cache.dat", "item_db.txt", "skill_db.txt", "mob_db.txt"}
try
set the hercules_path to path to resource "Hercules"