summaryrefslogtreecommitdiff
path: root/src/game-server
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server')
-rw-r--r--src/game-server/character.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game-server/character.cpp b/src/game-server/character.cpp
index 59021622..d0482f22 100644
--- a/src/game-server/character.cpp
+++ b/src/game-server/character.cpp
@@ -592,10 +592,6 @@ void Character::flagAttribute(int attr)
getAttribute(attr),
getModifiedAttribute(attr));
mModifiedAttributes.insert(attr);
- if (attr == ATTR_INT)
- {
- mSpecialUpdateNeeded = true;
- }
}
int Character::expForLevel(int level)