From bf398b2dbe74264b5e9d128a720903dda6b6d9b3 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Sun, 11 Aug 2024 20:35:36 +0200 Subject: [PATCH] Update variables.sh --- variables.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/variables.sh b/variables.sh index 485f8b1..8f28f38 100755 --- a/variables.sh +++ b/variables.sh @@ -4,7 +4,10 @@ ROOT_DIR="$(cd -P -- "$(dirname -- "$0")" && pwd -P)" ########################################################################################## # DO NOT MODIFY THIS FILE, SEE /config/user.env settings instead!! ########################################################################################## -set -o allexport && source ${ROOT_DIR}/config/user.env && set +o allexport +REALM_IP=192.168.178.185 +REALM_NAME="azerothcore.org" +AH_BOT_MIN_ITEMS=25000 +AH_BOT_MAX_ITEMS=30000 ########################################################################################## # Server and project internal variables