mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
refactor(Core): replace NULL with nullptr (#4593)
This commit is contained in:
@@ -1050,7 +1050,7 @@ bool BGQueueRemoveEvent::Execute(uint64 /*e_time*/, uint32 /*p_time*/)
|
||||
|
||||
Battleground* bg = sBattlegroundMgr->GetBattleground(m_BgInstanceGUID);
|
||||
|
||||
// battleground can be already deleted, bg may be NULL!
|
||||
// battleground can be already deleted, bg may be nullptr!
|
||||
|
||||
// check if still in queue for this battleground
|
||||
uint32 queueSlot = player->GetBattlegroundQueueIndex(m_BgQueueTypeId);
|
||||
|
||||
Reference in New Issue
Block a user