mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 23:38:00 +00:00
Various fixes for installer script and db_assembler
This commit is contained in:
@@ -71,7 +71,7 @@ DATABASES=(
|
||||
"WORLD"
|
||||
)
|
||||
|
||||
OUTPUT_FOLDER="output/"
|
||||
OUTPUT_FOLDER="$AC_PATH_ROOT/bin/db_assembler/output/"
|
||||
|
||||
#
|
||||
# Enable following flag
|
||||
@@ -80,7 +80,7 @@ OUTPUT_FOLDER="output/"
|
||||
#
|
||||
BACKUP_ENABLE=true
|
||||
|
||||
BACKUP_FOLDER="backup/"
|
||||
BACKUP_FOLDER="$AC_PATH_ROOT/bin/db_assembler/backup/"
|
||||
|
||||
# FULL DB
|
||||
DB_CHARACTERS_PATHS=(
|
||||
|
||||
Reference in New Issue
Block a user