Buff UI -> Fix Rampage Skills filters not working

This commit is contained in:
GreenComfyTea
2024-01-22 19:38:11 +02:00
parent 2f10a5d9e5
commit b3cfa61660

View File

@@ -88,7 +88,7 @@ function this.update_rampage_skill(key, value_owner, value_holder, timer_owner,
end end
function this.apply_filter(key) function this.apply_filter(key)
return this.apply_filter(this.list, config.current_config.buff_UI.filter.rampage_skills, key); return buffs.apply_filter(this.list, config.current_config.buff_UI.filter.rampage_skills, key);
end end
function this.init_all_UI() function this.init_all_UI()