mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
refactor(Core): replace NULL with nullptr (#4593)
This commit is contained in:
@@ -37,7 +37,7 @@ bool DBCStorageBase::Load(char const* path, char**& indexTable)
|
||||
if (char* stringBlock = dbc.AutoProduceStrings(_fileFormat, _dataTable))
|
||||
_stringPool.push_back(stringBlock);
|
||||
|
||||
// error in dbc file at loading if NULL
|
||||
// error in dbc file at loading if nullptr
|
||||
return indexTable != nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user