From 284e8c17b5aa0b7176d8515aa5526d05f26bc958 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Wed, 2 Jul 2025 21:54:42 +0200 Subject: [PATCH] Update PlayerbotMgr.cpp --- src/PlayerbotMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlayerbotMgr.cpp b/src/PlayerbotMgr.cpp index 2fd2b4ef..72489431 100644 --- a/src/PlayerbotMgr.cpp +++ b/src/PlayerbotMgr.cpp @@ -32,7 +32,7 @@ #include "RandomPlayerbotMgr.h" #include "SharedDefines.h" #include "WorldSession.h" -// #include "ChannelMgr.h" Double include +#include "ChannelMgr.h" #include "BroadcastHelper.h" #include "PlayerbotDbStore.h" #include "WorldSessionMgr.h"