From e73a29387e6529086197d145172f8a0b340c6e2a Mon Sep 17 00:00:00 2001 From: Niam5 Date: Wed, 4 Sep 2024 11:05:06 -0700 Subject: [PATCH] Repoint Playerbots module --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ddde74c2e2b..b6045cd1838 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -28,7 +28,7 @@ if(BUILD_PLAYERBOTS) FetchContent_Declare( PlayerBots SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/modules/PlayerBots" - GIT_REPOSITORY "https://github.com/cmangos/playerbots.git" + GIT_REPOSITORY "https://github.com/Eluna-Ports/playerbots.git" GIT_TAG "master" )