From f7d66e688eb7b8fa99aa3ccc1778bb0d7d81aa5a Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:03:19 +0200 Subject: [PATCH] Update 0_variables.sh --- script/0_variables.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/0_variables.sh b/script/0_variables.sh index bafb199..07558a4 100755 --- a/script/0_variables.sh +++ b/script/0_variables.sh @@ -5,12 +5,13 @@ ########################################################################################## AC_WOTLK_REPO="https://github.com/liyunfan1223/azerothcore-wotlk.git" AC_WOTLK_REPO_BRANCH="Playerbot" + AC_MODE_PLAYER_BOTS_REPO="https://github.com/liyunfan1223/mod-playerbots.git" AC_MODE_PLAYER_BOTS_REPO_BRANCH="master" + AC_MODE_AHBOT_REPO="https://github.com/azerothcore/mod-ah-bot.git" AC_MODE_AHBOT_REPO_BRANCH="master" - SERVER_ROOT="${ROOT_DIR}/_server/azerothcore" DATAPATH="${SERVER_ROOT}/env/dist/bin"