summaryrefslogtreecommitdiff
path: root/src/game-server/accountconnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/accountconnection.cpp')
-rw-r--r--src/game-server/accountconnection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/accountconnection.cpp b/src/game-server/accountconnection.cpp
index eed02b89..604fe2ea 100644
--- a/src/game-server/accountconnection.cpp
+++ b/src/game-server/accountconnection.cpp
@@ -464,7 +464,7 @@ void AccountConnection::updateCharacterPoints(int charId, int charPoints,
}
void AccountConnection::updateAttributes(int charId, int attrId, double base,
- double mod)
+ double mod)
{
++mSyncMessages;
mSyncBuffer->writeInt8(SYNC_CHARACTER_ATTRIBUTE);