diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-13 19:22:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-13 19:22:45 +0300 |
commit | 49081f4f7ab08849739330d47a1ef8ba3a9837a3 (patch) | |
tree | e4b900c4f61f6cd34cfe07ef7c528451a18d3c0f /tools/Script-Checker.applescript | |
parent | 54e5c090692a06a96b2525f1a23f669e3449ba1b (diff) | |
parent | 99f707e6a17eb68057b0d711e7fe785c09135e21 (diff) | |
download | hercules-49081f4f7ab08849739330d47a1ef8ba3a9837a3.tar.gz hercules-49081f4f7ab08849739330d47a1ef8ba3a9837a3.tar.bz2 hercules-49081f4f7ab08849739330d47a1ef8ba3a9837a3.tar.xz hercules-49081f4f7ab08849739330d47a1ef8ba3a9837a3.zip |
Merge pull request #1088 from HerculesWS/constdb
Constdb revamp
Diffstat (limited to 'tools/Script-Checker.applescript')
-rw-r--r-- | tools/Script-Checker.applescript | 2 |
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" |