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