diff options
Diffstat (limited to 'src/game-server/monster.cpp')
-rw-r--r-- | src/game-server/monster.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game-server/monster.cpp b/src/game-server/monster.cpp index 32df27a1..f7abd7b8 100644 --- a/src/game-server/monster.cpp +++ b/src/game-server/monster.cpp @@ -534,7 +534,6 @@ bool Monster::recalculateBaseAttribute(unsigned int attr) if (newBase != getAttribute(attr)) { setAttribute(attr, newBase); - updateDerivedAttributes(attr); return true; } LOG_DEBUG("No changes to sync for attribute '" << attr << "'."); |