mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
refactor(DB/Misc): Improve loading time (#15433)
* refactor(DB/Misc): Improve loading time * NOTE: Running these SQL files can take several minutes (up to 30minutes depending on your system!) * This will improve loading time over 50% * comment out error on editing broadcast_text tables * Update data/sql/updates/pending_db_world/rev_1679045387127819800.sql
This commit is contained in:
@@ -27,7 +27,7 @@ for i in `find data/sql/updates/pending* -name "*sql" -type f`; do
|
||||
echo "> broadcast_text check - Failed"
|
||||
echo " - DON'T EDIT broadcast_text TABLE UNLESS YOU KNOW WHAT YOU ARE DOING!"
|
||||
echo " - This error can safely be ignored if the changes are approved to be sniffed."
|
||||
exit 1
|
||||
# exit 1
|
||||
else
|
||||
echo "> broadcast_text check - OK"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user