mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
Core/Misc: Replace NULL with nullptr
This commit is contained in:
@@ -48,7 +48,7 @@ ReputationRank ReputationMgr::ReputationToRank(int32 standing)
|
||||
|
||||
FactionState const* ReputationMgr::GetState(FactionEntry const* factionEntry) const
|
||||
{
|
||||
return factionEntry->CanHaveReputation() ? GetState(factionEntry->ReputationIndex) : NULL;
|
||||
return factionEntry->CanHaveReputation() ? GetState(factionEntry->ReputationIndex) : nullptr;
|
||||
}
|
||||
|
||||
bool ReputationMgr::IsAtWar(uint32 faction_id) const
|
||||
|
||||
Reference in New Issue
Block a user