summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorBarbzYHOOL <yhool_server@gmx.com>2018-02-26 21:40:08 +0100
committerBarbz <BarbzYHOOL@users.noreply.github.com>2018-05-30 14:39:50 +0200
commit033f390fdf1b255b03eab60266dbcea8565e6599 (patch)
tree994f331bfd0ce8df3cc15e779e30f2a3ea1e5dca /conf
parentd9de91bb42172918f80ab85d5eee04d35641c143 (diff)
Improved description
Diffstat (limited to 'conf')
-rw-r--r--conf/config.sh.dist11
1 files changed, 6 insertions, 5 deletions
diff --git a/conf/config.sh.dist b/conf/config.sh.dist
index fcf8965ffa..3acc4f45c2 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"