diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index a9c086a..260aaf6 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -1177,6 +1177,7 @@ void Human::RemoveBuffById(int buff_id) break; } } + RecalcBuffAttr(); } void Human::RemoveBuffByEffectId(int buff_effect_id)