From f6c4164765afe447476114e632ee3d70b04a1777 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Thu, 20 Feb 2025 02:29:46 -0300 Subject: [PATCH] chore(CI): Add mod-costumes (#21548) --- apps/ci/ci-install-modules.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ci/ci-install-modules.sh b/apps/ci/ci-install-modules.sh index 5e98469c7..b3271de3c 100755 --- a/apps/ci/ci-install-modules.sh +++ b/apps/ci/ci-install-modules.sh @@ -28,3 +28,4 @@ git clone --depth=1 --branch=master https://github.com/azerothcore/mod-server-au git clone --depth=1 --branch=master https://github.com/azerothcore/mod-transmog.git modules/mod-transmog git clone --depth=1 --branch=main https://github.com/azerothcore/mod-progression-system.git modules/mod-progression-system git clone --depth=1 --branch=master https://github.com/azerothcore/mod-arena-3v3-solo-queue.git modules/mod-arena-3v3-solo-queue +git clone --depth=1 --branch=master https://github.com/azerothcore/mod-costumes.git modules/mod-costumes