From f57fcfe3ce8f1a248844c2b084895dae1d6d82eb Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:28:43 +0200 Subject: [PATCH] Update 0_variables.sh --- 0_variables.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0_variables.sh b/0_variables.sh index ed3434b..c7c54fc 100755 --- a/0_variables.sh +++ b/0_variables.sh @@ -6,8 +6,8 @@ ROOT_DIR="$(cd -P -- "$(dirname -- "$0")" && pwd -P)" ########################################################################################## REALM_IP="192.168.178.185" REALM_NAME="azerothcore.org" -AH_BOT_MIN_ITEMS="15000" -AH_BOT_MAX_ITEMS="20000" +AH_BOT_MIN_ITEMS="25000" +AH_BOT_MAX_ITEMS="30000" ##########################################################################################