mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-14 07:48:21 +00:00
NULL to nullptr
This commit is contained in:
@@ -32,7 +32,7 @@ void DispatchFinishedDBAsync(DBAsyncWork* dbaw) {
|
||||
}
|
||||
}*/
|
||||
case DBA_b4_Zone: {
|
||||
if(zone == NULL)
|
||||
if(zone == nullptr)
|
||||
break;
|
||||
zone->DBAWComplete(workpt.b1(), dbaw);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user