fix techframe
This commit is contained in:
parent
a5116d560a
commit
c9bc8b555b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue