diff options
Diffstat (limited to 'src/account-server/character.cpp')
-rw-r--r-- | src/account-server/character.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/account-server/character.cpp b/src/account-server/character.cpp index 48796020..535ee67b 100644 --- a/src/account-server/character.cpp +++ b/src/account-server/character.cpp @@ -25,6 +25,7 @@ Character::Character(const std::string &name, int id): mName(name), mDatabaseID(id), + mCharacterSlot(0), mAccountID(-1), mAccount(NULL), mMapId(0), |