From dc42136daa521127f4bb20e69bc5d1e4a1d91d73 Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sat, 10 Jan 2026 20:23:56 +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 25cce5a..ba64386 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/startup-scripts/src/run-engine" +RUN_ENGINE="$SERVER_ROOT/apps/_server/azerothcore/startup-scripts/src/run-engine" ########################################################################################## # Check debug toggle