From 731a8ea737d4f1a2d309b74c26e2fc534d63f351 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Sun, 8 Sep 2024 18:27:19 +0200 Subject: [PATCH] Update 4_server-compile.sh --- script/4_server-compile.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/4_server-compile.sh b/script/4_server-compile.sh index d44313a..13ae5c0 100755 --- a/script/4_server-compile.sh +++ b/script/4_server-compile.sh @@ -24,6 +24,8 @@ then ########################################################################################## # Compile the code # https://github.com/azerothcore/azerothcore-wotlk/blob/master/apps/compiler/compiler.sh + # when module code changed there is no need for a full compile like below 'compile all' + # in that case 'compile build' is enough and much much faster ########################################################################################## sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler clean sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler configure