mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Misc: Replace NULL with nullptr
This commit is contained in:
@@ -120,7 +120,7 @@ namespace VMAP
|
||||
}
|
||||
|
||||
StaticMapTree::StaticMapTree(uint32 mapID, const std::string &basePath)
|
||||
: iMapID(mapID), iTreeValues(NULL), iNTreeValues(0), iBasePath(basePath)
|
||||
: iMapID(mapID), iTreeValues(nullptr), iNTreeValues(0), iBasePath(basePath)
|
||||
{
|
||||
if (iBasePath.length() > 0 && iBasePath[iBasePath.length()-1] != '/' && iBasePath[iBasePath.length()-1] != '\\')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user