update ElvUI modules with Ace3Timer

This commit is contained in:
Pinya
2018-07-21 19:39:51 +03:00
parent 465ec15fa5
commit 805697ed4e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -467,7 +467,7 @@ function mod:UpdateElement_All(frame, noTargetFrame)
self:UpdateElement_Level(frame)
if not noTargetFrame then
mod:ScheduleTimer("ForEachPlate", 0.25, 1, "SetTargetFrame")
mod:ScheduleTimer("ForEachPlate", 0.25, "SetTargetFrame")
end
end