summaryrefslogtreecommitdiff
path: root/src/game-server/accountconnection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/accountconnection.hpp')
-rw-r--r--src/game-server/accountconnection.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game-server/accountconnection.hpp b/src/game-server/accountconnection.hpp
index 0aed67ea..e2b793b1 100644
--- a/src/game-server/accountconnection.hpp
+++ b/src/game-server/accountconnection.hpp
@@ -133,6 +133,9 @@ class AccountConnection : public Connection
int corrPoints, int attribId,
int attribValue);
+ void updateAttributes(int charId, int attrId, double base,
+ double mod);
+
/**
* Write a modification message about character skills to the sync
* buffer.