From d48fe843cdf733676c609ff0847cb09b38626d31 Mon Sep 17 00:00:00 2001 From: sudlud Date: Fri, 24 Oct 2025 14:49:14 +0200 Subject: [PATCH] fix(CI/modules-build): rename mod-eluna to mod-ale (#23379) --- apps/ci/ci-install-modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ci/ci-install-modules.sh b/apps/ci/ci-install-modules.sh index 5987eaf7a..7ff647075 100755 --- a/apps/ci/ci-install-modules.sh +++ b/apps/ci/ci-install-modules.sh @@ -35,7 +35,7 @@ git clone --depth=1 --branch=master https://github.com/azerothcore/mod-detailed- git clone --depth=1 --branch=main https://github.com/azerothcore/mod-dmf-switch modules/mod-dmf-switch git clone --depth=1 --branch=master https://github.com/azerothcore/mod-duel-reset modules/mod-duel-reset git clone --depth=1 --branch=master https://github.com/azerothcore/mod-dynamic-xp modules/mod-dynamic-xp -git clone --depth=1 --branch=master https://github.com/azerothcore/mod-eluna modules/mod-eluna +git clone --depth=1 --branch=master https://github.com/azerothcore/mod-ale modules/mod-ale git clone --depth=1 --branch=master https://github.com/azerothcore/mod-emblem-transfer modules/mod-emblem-transfer git clone --depth=1 --branch=master https://github.com/azerothcore/mod-fireworks-on-level modules/mod-fireworks-on-level git clone --depth=1 --branch=main https://github.com/azerothcore/mod-global-chat modules/mod-global-chat