summaryrefslogtreecommitdiff
path: root/src/account-server/storage.hpp
diff options
context:
space:
mode:
authorBlue <bluesansdouze@gmail.com>2010-01-10 00:28:20 +0100
committerBlue <bluesansdouze@gmail.com>2010-01-10 00:28:20 +0100
commit4544e23b23fd722aeeeb99f37c7076e09cc037bb (patch)
tree4ac8bbb6a27439f9a1ff87dec1a61bd5f01d5452 /src/account-server/storage.hpp
parent9ad132534ada41efd7973f8ef52fe49bee769866 (diff)
parent5c5abafd2b0dcbcdeefad625b03732949c56056f (diff)
downloadmanaserv-4544e23b23fd722aeeeb99f37c7076e09cc037bb.tar.gz
manaserv-4544e23b23fd722aeeeb99f37c7076e09cc037bb.tar.bz2
manaserv-4544e23b23fd722aeeeb99f37c7076e09cc037bb.tar.xz
manaserv-4544e23b23fd722aeeeb99f37c7076e09cc037bb.zip
Merge branch 'master' of ssh://git@gitorious.org/mana/manaserv
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);