diff --git a/server/gameserver/gungrasp.cc b/server/gameserver/gungrasp.cc index 659d5ff5..cc88a870 100644 --- a/server/gameserver/gungrasp.cc +++ b/server/gameserver/gungrasp.cc @@ -95,7 +95,7 @@ private: void ProcEffectList(Creature* target, const mt::GraspBuff* buff, int buff_time, int attr_num) { for (int effect_id : buff->_effect_list) { - effect_list.push_back(target->AddEffect(effect_id)); + effect_list.push_back(target->AddEffectAndSetTime(effect_id, buff_time)); } }