From 38502268be345f08705ea80d7dbe439f20d69c61 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Tue, 13 Aug 2024 22:04:12 +0200 Subject: [PATCH] Update 5_server-configure.sh --- script/5_server-configure.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/script/5_server-configure.sh b/script/5_server-configure.sh index 0c3c445..cba4d1d 100755 --- a/script/5_server-configure.sh +++ b/script/5_server-configure.sh @@ -55,4 +55,26 @@ then ${ROOT_DIR}/_server/azerothcore/env/dist/etc/modules/mod_ahbot.conf.dist > \ ${ROOT_DIR}/_server/azerothcore/env/dist/etc/modules/mod_ahbot.conf | exit 1 + + ########################################################################################## + # Apply server realm configuration + ########################################################################################## + source ${ROOT_DIR}/script/update_realm_ip.sh ${REALM_IP} + source ${ROOT_DIR}/script/update_realm_name.sh ${REALM_NAME} + echo " " + + + ########################################################################################## + # Apply ah-bot custom configuration + ########################################################################################## + source ${ROOT_DIR}/script/update_ahbot_config.sh ${AH_BOT_MIN_ITEMS} ${AH_BOT_MAX_ITEMS} + echo " " + + + ########################################################################################## + # Clear playerbots account and characters (enforces performance and bot levels balance) + ########################################################################################## + source ${ROOT_DIR}/script/clear_playerbots.sh + echo " " + fi