summaryrefslogtreecommitdiff
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.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/account-server/character.cpp b/src/account-server/character.cpp
index e2a18f3a..b6918199 100644
--- a/src/account-server/character.cpp
+++ b/src/account-server/character.cpp
@@ -36,10 +36,6 @@ Character::Character(const std::string &name, int id):
mCorrectionPoints(0),
mAccountLevel(0)
{
- for (int i = 0; i < CHAR_ATTR_NB; ++i)
- {
- mAttributes[i] = 0;
- }
}
void Character::setAccount(Account *acc)