fix techframe

This commit is contained in:
NoM0Re
2025-02-15 18:29:53 +01:00
parent a5116d560a
commit c9bc8b555b
+1 -1
View File
@@ -3382,7 +3382,7 @@ do
Private.StopProfileSystem("generictrigger temporary enchant");
end
tenchFrame:SetScript("OnEvent", function(_, unit, ...)
tenchFrame:SetScript("OnEvent", function(_,_,unit, ...)
if unit and unit ~= "player" then return end
Private.StartProfileSystem("generictrigger temporary enchant");
timer:ScheduleTimer(tenchUpdate, 0.1)