diff options
author | Andrew <47818697+Nyeriah@users.noreply.github.com> | 2025-02-19 09:38:59 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-19 13:38:59 +0100 |
commit | 862690ecc0d8d415f529f8c78b1317ae94fa5ca0 (patch) | |
tree | a3315e2710c946ec7804289bcfef960dbdbdc602 /apps | |
parent | 4c4b04f07b48f9d9370a8153f9b8a0e611e5fdb0 (diff) |
chore(CI): Add mod-arena-3v3-solo-queue.git (#21530)
Co-authored-by: sudlud <sudlud@users.noreply.github.com>
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 92ea145e35..5e98469c77 100755 --- a/apps/ci/ci-install-modules.sh +++ b/apps/ci/ci-install-modules.sh @@ -27,3 +27,4 @@ git clone --depth=1 --branch=main https://github.com/azerothcore/mod-queue-lis git clone --depth=1 --branch=master https://github.com/azerothcore/mod-server-auto-shutdown.git modules/mod-server-auto-shutdown 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 |