diff options
Diffstat (limited to 'src/game-server/accountconnection.cpp')
-rw-r--r-- | src/game-server/accountconnection.cpp | 2 |
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); |