Improved description
This commit is contained in:
parent
d9de91bb42
commit
033f390fdf
1 changed files with 6 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# absolute root path of your azerothshard repository
|
# absolute root path of your azerothcore repository
|
||||||
SRCPATH="$AC_PATH_ROOT"
|
SRCPATH="$AC_PATH_ROOT"
|
||||||
|
|
||||||
# absolute path where build files must be stored
|
# absolute path where build files must be stored
|
||||||
|
|
@ -73,15 +73,16 @@ DATABASES=(
|
||||||
|
|
||||||
OUTPUT_FOLDER="$AC_PATH_ROOT/env/dist/sql/"
|
OUTPUT_FOLDER="$AC_PATH_ROOT/env/dist/sql/"
|
||||||
|
|
||||||
#
|
####### BACKUP
|
||||||
# Set to true if you want to backup your db
|
# Set to true if you want to backup your azerothcore databases before importing the SQL with the db_assembler
|
||||||
# before importing the SQL with the db_assembler
|
# Do not forget to stop your database software (mysql) before doing so
|
||||||
# Do not forget to stop the database before doing so
|
|
||||||
|
|
||||||
BACKUP_ENABLE=false
|
BACKUP_ENABLE=false
|
||||||
|
|
||||||
BACKUP_FOLDER="$AC_PATH_ROOT/env/dist/sql/backup/"
|
BACKUP_FOLDER="$AC_PATH_ROOT/env/dist/sql/backup/"
|
||||||
|
|
||||||
|
#######
|
||||||
|
|
||||||
# FULL DB
|
# FULL DB
|
||||||
DB_CHARACTERS_PATHS=(
|
DB_CHARACTERS_PATHS=(
|
||||||
$SRCPATH"/data/sql/base/db_characters"
|
$SRCPATH"/data/sql/base/db_characters"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue