summaryrefslogtreecommitdiff
path: root/src/game-server/monster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/monster.cpp')
-rw-r--r--src/game-server/monster.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game-server/monster.cpp b/src/game-server/monster.cpp
index f30396c9..e0ff43b5 100644
--- a/src/game-server/monster.cpp
+++ b/src/game-server/monster.cpp
@@ -455,6 +455,7 @@ void Monster::died()
{
character->receiveExperience(*iSkill, expPerSkill, mSpecy->getOptimalLevel());
}
+ character->incrementKillCount(mSpecy->getType());
}
}
}