From fcc3b3d21cac35d311055dfc6d31b608e98b690d Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:59:42 +0200 Subject: [PATCH] Update 0_variables.sh --- script/0_variables.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/script/0_variables.sh b/script/0_variables.sh index 2861716..058e69c 100755 --- a/script/0_variables.sh +++ b/script/0_variables.sh @@ -3,6 +3,11 @@ ########################################################################################## # INTERNAL CONFIG ########################################################################################## +AC_WOTLK_REPO="https://github.com/liyunfan1223/azerothcore-wotlk.git" +AC_MODE_PLAYER_BOTS_REPO="https://github.com/liyunfan1223/mod-playerbots.git" +AC_MODE_AHBOT_REPO="https://github.com/azerothcore/mod-ah-bot.git" + + SERVER_ROOT="${ROOT_DIR}/_server/azerothcore" DATAPATH="${SERVER_ROOT}/env/dist/bin"