From 033f390fdf1b255b03eab60266dbcea8565e6599 Mon Sep 17 00:00:00 2001 From: BarbzYHOOL Date: Mon, 26 Feb 2018 21:40:08 +0100 Subject: [PATCH] Improved description --- conf/config.sh.dist | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/conf/config.sh.dist b/conf/config.sh.dist index fcf8965ff..3acc4f45c 100644 --- a/conf/config.sh.dist +++ b/conf/config.sh.dist @@ -1,4 +1,4 @@ -# absolute root path of your azerothshard repository +# absolute root path of your azerothcore repository SRCPATH="$AC_PATH_ROOT" # absolute path where build files must be stored @@ -73,15 +73,16 @@ DATABASES=( OUTPUT_FOLDER="$AC_PATH_ROOT/env/dist/sql/" -# -# Set to true if you want to backup your db -# before importing the SQL with the db_assembler -# Do not forget to stop the database before doing so +####### BACKUP +# Set to true if you want to backup your azerothcore databases before importing the SQL with the db_assembler +# Do not forget to stop your database software (mysql) before doing so BACKUP_ENABLE=false BACKUP_FOLDER="$AC_PATH_ROOT/env/dist/sql/backup/" +####### + # FULL DB DB_CHARACTERS_PATHS=( $SRCPATH"/data/sql/base/db_characters"