From 45592743317f0c8aed0a34c6b6fcf4f865bd160e Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sat, 10 Jan 2026 22:06:16 +0100 Subject: [PATCH] Update 6_server-start.sh --- script/6_server-start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/6_server-start.sh b/script/6_server-start.sh index a0f839a..80b66d2 100755 --- a/script/6_server-start.sh +++ b/script/6_server-start.sh @@ -81,11 +81,11 @@ if [[ $DEBUG_MODE -eq 1 ]]; then -ex \"set logging enabled on\" \ -ex \"set pagination off\" \ -ex \"set confirm off\" \ - -ex \"run -c $ROOT/etc/worldserver.conf\" \ + -ex \"run -c $ROOT/env/dist/etc/worldserver.conf\" \ -ex \"bt full\" \ -ex \"info threads\" \ -ex \"thread apply all bt full\" \ - --args $ROOT/_server/azerothcore/env/dist/bin/worldserver" + --args $ROOT/env/dist/bin/worldserver" else # via acore.sh for auto-restart