summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game-server/character.cpp4
1 files 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;
}