mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-16 18:08:22 +00:00
NULL to nullptr
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include "../common/debug.h"
|
||||
#include "WorldConfig.h"
|
||||
|
||||
WorldConfig *WorldConfig::_world_config = NULL;
|
||||
WorldConfig *WorldConfig::_world_config = nullptr;
|
||||
|
||||
|
||||
string WorldConfig::GetByName(const string &var_name) const {
|
||||
|
||||
Reference in New Issue
Block a user