mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
fix(Core): Memleaks fixes - Part II. (#5760)
This commit is contained in:
@@ -2039,10 +2039,7 @@ void World::SetInitialWorldSettings()
|
||||
ChannelMgr::LoadChannelRights();
|
||||
|
||||
LOG_INFO("server", "Load Channels...");
|
||||
ChannelMgr* mgr = ChannelMgr::forTeam(TEAM_ALLIANCE);
|
||||
mgr->LoadChannels();
|
||||
mgr = ChannelMgr::forTeam(TEAM_HORDE);
|
||||
mgr->LoadChannels();
|
||||
ChannelMgr::LoadChannels();
|
||||
|
||||
#ifdef ELUNA
|
||||
///- Run eluna scripts.
|
||||
|
||||
Reference in New Issue
Block a user