mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
custom files must be always resetted on full db_assembling
This commit is contained in:
@@ -111,6 +111,8 @@ function assemble() {
|
|||||||
if [ $with_custom = true ]; then
|
if [ $with_custom = true ]; then
|
||||||
custFile=$OUTPUT_FOLDER$database$suffix_custom".sql"
|
custFile=$OUTPUT_FOLDER$database$suffix_custom".sql"
|
||||||
|
|
||||||
|
echo "" > $custFile
|
||||||
|
|
||||||
if [ ! ${#custom[@]} -eq 0 ]; then
|
if [ ! ${#custom[@]} -eq 0 ]; then
|
||||||
echo "Generating $OUTPUT_FOLDER$database$suffix_custom ..."
|
echo "Generating $OUTPUT_FOLDER$database$suffix_custom ..."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user