From de7d79c7f42636065ca5281fa3bec151e34a7c48 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Fri, 8 Jan 2010 22:01:45 +0100 Subject: Added tracing of kill count for each monster per character --- src/account-server/storage.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/account-server/storage.hpp') 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); -- cgit v1.2.3-60-g2f50