Update PlayerbotMgr.cpp (#1412)

Remove double #include "ChannelMngr.h"
This commit is contained in:
Alex Dcnh 2025-07-02 20:27:04 +02:00 committed by GitHub
parent 3dd0f11453
commit 57a2c9a742
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"