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 0f0a261e..843bd6a2 100644
--- a/src/account-server/character.cpp
+++ b/src/account-server/character.cpp
@@ -40,10 +40,6 @@ Character::Character(const std::string &name, int id):
{
mAttributes[i] = 0;
}
- for (int i = 0; i < CHAR_SKILL_NB; ++i)
- {
- mExperience[i] = 0;
- }
}
void Character::setAccount(Account *acc)