From e0884d0ac3dae67e2599c687d26823600f8c81b7 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Thu, 9 Jul 2009 19:43:54 +0200 Subject: Fixed bug causing unnecessary special updating when attributes change. --- src/game-server/character.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game-server/character.cpp b/src/game-server/character.cpp index 301a8c5c..6df97c4e 100644 --- a/src/game-server/character.cpp +++ b/src/game-server/character.cpp @@ -445,9 +445,9 @@ void Character::modifiedAttribute(int attr) void Character::flagAttribute(int attr) { - // Warn the player of this attribute modification. + // Inform the client of this attribute modification. mModifiedAttributes.insert(attr); - if (attr = CHAR_ATTR_INTELLIGENCE) + if (attr == CHAR_ATTR_INTELLIGENCE) { mSpecialUpdateNeeded = true; } -- cgit v1.2.3-70-g09d2