diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 6efeab0..52c00b5 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -630,6 +630,7 @@ void Human::DoSkill() } else { playing_skill = false; } + ++stats.use_skill_times; OnAttack(); } use_skill = false;