diff options
author | Andrew <47818697+Nyeriah@users.noreply.github.com> | 2025-02-20 02:29:46 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-20 06:29:46 +0100 |
commit | f6c4164765afe447476114e632ee3d70b04a1777 (patch) | |
tree | 12e0ea55369baafd019849e2855c1bf7af52d1d6 /apps | |
parent | 28f5ead7f308a6a301d3dd8798c5031e8a52dcb1 (diff) |
chore(CI): Add mod-costumes (#21548)
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/ci/ci-install-modules.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/ci/ci-install-modules.sh b/apps/ci/ci-install-modules.sh index 5e98469c77..b3271de3c5 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 |