mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 00:28:33 +00:00
Update 6_server-start.sh
This commit is contained in:
@@ -3,22 +3,22 @@
|
||||
##########################################################################################
|
||||
# Apply server realm configuration
|
||||
##########################################################################################
|
||||
source ${ROOT_DIR}/scripts/update_realm_ip.sh ${REALM_IP}
|
||||
source ${ROOT_DIR}/scripts/update_realm_ip.sh ${REALM_NAME}
|
||||
source ${ROOT_DIR}/script/update_realm_ip.sh ${REALM_IP}
|
||||
source ${ROOT_DIR}/script/update_realm_ip.sh ${REALM_NAME}
|
||||
echo " "
|
||||
|
||||
|
||||
##########################################################################################
|
||||
# Apply ah-bot custom configuration
|
||||
##########################################################################################
|
||||
source ${ROOT_DIR}/scripts/update_ahbot_config.sh ${AH_BOT_MIN_ITEMS} ${AH_BOT_MAX_ITEMS}
|
||||
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}/scripts/clear_playerbots.sh
|
||||
source ${ROOT_DIR}/script/clear_playerbots.sh
|
||||
echo " "
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user