mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 11:52:32 +01:00
Core/Misc: Fix build warning
This commit is contained in:
@@ -80,7 +80,7 @@ ChannelMgr::~ChannelMgr()
|
||||
ChannelMgr* mgr = forTeam(team);
|
||||
if (!mgr)
|
||||
{
|
||||
TC_LOG_ERROR("server.loading", "Failed to load custom chat channel '%s' from database - invalid team %u. Deleted.", dbName.c_str());
|
||||
TC_LOG_ERROR("server.loading", "Failed to load custom chat channel '%s' from database - invalid team %u. Deleted.", dbName.c_str(), team);
|
||||
toDelete.push_back({ dbName, team });
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user