mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 08:54:43 +00:00
1
This commit is contained in:
@@ -467,11 +467,11 @@ local unitlessEvents = {
|
||||
|
||||
local events = {}
|
||||
local frame = CreateFrame('Frame')
|
||||
frame:SetScript('OnEvent', function(self, event, unit)
|
||||
frame:SetScript('OnEvent', function()
|
||||
local strings = events[event]
|
||||
if(strings) then
|
||||
for _, fontstring in next, strings do
|
||||
if(fontstring:IsVisible() and (unitlessEvents[event] or fontstring.parent.unit == unit)) then
|
||||
if(fontstring:IsVisible() and (unitlessEvents[event] or fontstring.parent.unit == arg1)) then
|
||||
fontstring:UpdateTag()
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user