mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
refactor(Core): replace NULL with nullptr (#4593)
This commit is contained in:
@@ -183,7 +183,7 @@ public:
|
||||
if (Player* player = itr->GetSource())
|
||||
{
|
||||
if (player->CanRewardQuest(qReward, false))
|
||||
player->RewardQuest(qReward, 0, NULL, false);
|
||||
player->RewardQuest(qReward, 0, nullptr, false);
|
||||
}
|
||||
|
||||
Map::PlayerList const& players = me->GetMap()->GetPlayers();
|
||||
|
||||
Reference in New Issue
Block a user