mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -587,9 +587,8 @@ void BattlegroundMgr::CreateInitialBattlegrounds()
|
||||
|
||||
uint32 bgTypeId = fields[0].GetUInt32();
|
||||
|
||||
// pussywizard: currently not supported
|
||||
//if (DisableMgr::IsDisabledFor(DISABLE_TYPE_BATTLEGROUND, bgTypeId, NULL))
|
||||
// continue;
|
||||
if (DisableMgr::IsDisabledFor(DISABLE_TYPE_BATTLEGROUND, bgTypeId, NULL))
|
||||
continue;
|
||||
|
||||
// can be overwrite by values from DB
|
||||
BattlemasterListEntry const* bl = sBattlemasterListStore.LookupEntry(bgTypeId);
|
||||
|
||||
Reference in New Issue
Block a user