diff options
-rw-r--r-- | src/game-server/character.cpp | 4 |
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) |