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.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/account-server/storage.hpp b/src/account-server/storage.hpp
index c376e94f..bfc34c24 100644
--- a/src/account-server/storage.hpp
+++ b/src/account-server/storage.hpp
@@ -68,6 +68,8 @@ class Storage
void updateExperience(int charId, int skillId, int skillValue);
+ void updateKillCount(int charId, int monsterId, int kills);
+
void insertStatusEffect(int charId, int statusId, int time);
void banCharacter(int id, int duration);