mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
chore(bash/db_assembler): show deprecation warning (#13410)
This commit is contained in:
4
apps/db_assembler/db_assembler.sh
Normal file → Executable file
4
apps/db_assembler/db_assembler.sh
Normal file → Executable file
@@ -1,5 +1,9 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
echo ----------------------------------------------------------------------------------------------- >&2
|
||||||
|
echo ATTENTION: This tool is DEPRECATED. To assemble or update your DB, use the worldserver instead. >&2
|
||||||
|
echo ----------------------------------------------------------------------------------------------- >&2
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
CURRENT_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
CURRENT_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|||||||
Reference in New Issue
Block a user