summaryrefslogtreecommitdiffstats
path: root/src/account-server/character.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/character.cpp')
-rw-r--r--src/account-server/character.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account-server/character.cpp b/src/account-server/character.cpp
index eafae1c..61e59b4 100644
--- a/src/account-server/character.cpp
+++ b/src/account-server/character.cpp
@@ -27,7 +27,7 @@ CharacterData::CharacterData(const std::string &name, int id):
mDatabaseID(id),
mCharacterSlot(0),
mAccountID(-1),
- mAccount(NULL),
+ mAccount(nullptr),
mMapId(0),
mGender(0),
mHairStyle(0),