diff options
-rwxr-xr-x | apps/ci/ci-install-modules.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ci/ci-install-modules.sh b/apps/ci/ci-install-modules.sh index 7505c804f8..c16354767d 100755 --- a/apps/ci/ci-install-modules.sh +++ b/apps/ci/ci-install-modules.sh @@ -9,6 +9,8 @@ git clone --depth=1 --branch=master https://github.com/azerothcore/mod-ah-bot.gi git clone --depth=1 --branch=master https://github.com/azerothcore/mod-anticheat.git modules/mod-anticheat git clone --depth=1 --branch=master https://github.com/azerothcore/mod-azerothshard.git modules/mod-azerothshard git clone --depth=1 --branch=master https://github.com/azerothcore/mod-cfbg.git modules/mod-cfbg +git clone --depth=1 --branch=master https://github.com/azerothcore/mod-chat-transmitter modules/mod-chat-transmitter +# NOTE: disabled because it causes DB error #git clone --depth=1 --branch=master https://github.com/azerothcore/mod-chromie-xp.git modules/mod-chromie-xp git clone --depth=1 --branch=master https://github.com/azerothcore/mod-desertion-warnings.git modules/mod-desertion-warnings git clone --depth=1 --branch=master https://github.com/azerothcore/mod-duel-reset.git modules/mod-duel-reset |