From 57a2c9a7429be16e3106fb3863177ed1385b8bb4 Mon Sep 17 00:00:00 2001 From: Alex Dcnh <140754794+Wishmaster117@users.noreply.github.com> Date: Wed, 2 Jul 2025 20:27:04 +0200 Subject: [PATCH] Update PlayerbotMgr.cpp (#1412) Remove double #include "ChannelMngr.h" --- src/PlayerbotMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlayerbotMgr.cpp b/src/PlayerbotMgr.cpp index 72489431..2fd2b4ef 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" +// #include "ChannelMgr.h" Double include #include "BroadcastHelper.h" #include "PlayerbotDbStore.h" #include "WorldSessionMgr.h"