From 036e0bf4c096d64cd2347c7674f6baf56db1f570 Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sat, 10 Jan 2026 20:24:32 +0100 Subject: [PATCH] Update 6_server-start.sh --- script/6_server-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/6_server-start.sh b/script/6_server-start.sh index ba64386..6400de1 100755 --- a/script/6_server-start.sh +++ b/script/6_server-start.sh @@ -25,7 +25,7 @@ WORLD_CRASH_LOG="$CRASHES_PATH/worldserver_gdb_$TIMESTAMP.log" ########################################################################################## SERVER_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" -RUN_ENGINE="$SERVER_ROOT/apps/_server/azerothcore/startup-scripts/src/run-engine" +RUN_ENGINE="$SERVER_ROOT/_server/azerothcore/apps/startup-scripts/src/run-engine" ########################################################################################## # Check debug toggle