mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-10 19:03:11 +00:00
f06f32849f
working on #672 NOTE: This commit can't be compiled!!
12 lines
347 B
Bash
12 lines
347 B
Bash
CURRENT_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
source "$CURRENT_PATH/../../bash_shared/includes.sh"
|
|
|
|
AC_PATH_DBASSEMBLER="$AC_PATH_BIN/db_assembler"
|
|
|
|
if [ -f "$AC_PATH_DBASSEMBLER/config.sh" ]; then
|
|
source "$AC_PATH_DBASSEMBLER/config.sh" # should overwrite previous
|
|
fi
|
|
|
|
source "$AC_PATH_DBASSEMBLER/includes/functions.sh"
|