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.hpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/game-server/accountconnection.hpp b/src/game-server/accountconnection.hpp
index e2b793b1..28599f82 100644
--- a/src/game-server/accountconnection.hpp
+++ b/src/game-server/accountconnection.hpp
@@ -126,12 +126,15 @@ class AccountConnection : public Connection
* @param charId ID of the character
* @param charPoints character points left for the character
* @param corrPoints correction points left for the character
+ */
+ void updateCharacterPoints(int charId, int charPoints,
+ int corrPoints);
+
+ /**
+ * @param charId ID of the character
* @param attribId ID of the modified attribute
* @param attribValue New value of the modified attribute
*/
- void updateCharacterPoints(int charId, int charPoints,
- int corrPoints, int attribId,
- int attribValue);
void updateAttributes(int charId, int attrId, double base,
double mod);