From e8ba158c62b5daf75855e50d613f13d8b5d09555 Mon Sep 17 00:00:00 2001 From: sudlud Date: Wed, 5 Mar 2025 13:10:58 +0100 Subject: [PATCH] fix(CI/modules-build): enable mod-antifarming (#21654) --- apps/ci/ci-install-modules.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/ci/ci-install-modules.sh b/apps/ci/ci-install-modules.sh index abb085a7b..d584682ab 100755 --- a/apps/ci/ci-install-modules.sh +++ b/apps/ci/ci-install-modules.sh @@ -7,8 +7,7 @@ git clone --depth=1 --branch=master https://github.com/azerothcore/mod-1v1-arena git clone --depth=1 --branch=master https://github.com/azerothcore/mod-account-mounts modules/mod-account-mounts git clone --depth=1 --branch=master https://github.com/azerothcore/mod-ah-bot modules/mod-ah-bot git clone --depth=1 --branch=master https://github.com/azerothcore/mod-anticheat modules/mod-anticheat -# NOTE: disabled because it does not compile right now with latest AC -# git clone --depth=1 --branch=master https://github.com/azerothcore/mod-antifarming modules/mod-antifarming +git clone --depth=1 --branch=master https://github.com/azerothcore/mod-antifarming modules/mod-antifarming git clone --depth=1 --branch=master https://github.com/azerothcore/mod-arena-3v3-solo-queue modules/mod-arena-3v3-solo-queue git clone --depth=1 --branch=main https://github.com/azerothcore/mod-arena-replay modules/mod-arena-replay git clone --depth=1 --branch=master https://github.com/azerothcore/mod-auto-revive modules/mod-auto-revive