summaryrefslogtreecommitdiff
path: root/src/account-server/storage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/storage.hpp')
-rw-r--r--src/account-server/storage.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/account-server/storage.hpp b/src/account-server/storage.hpp
index 989f1b9c..0024fbc6 100644
--- a/src/account-server/storage.hpp
+++ b/src/account-server/storage.hpp
@@ -61,11 +61,13 @@ class Storage
void updateLastLogin(const Account *account);
void updateCharacterPoints(int charId,
- int charPoints, int corrPoints,
- int attribId, int attribValue);
+ int charPoints, int corrPoints);
void updateExperience(int charId, int skillId, int skillValue);
+ void updateAttribute(int charId, unsigned int attrId,
+ double base, double mod);
+
void updateKillCount(int charId, int monsterId, int kills);
void insertStatusEffect(int charId, int statusId, int time);