Skip to content

Commit

Permalink
Update Borders.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Jul 13, 2022
1 parent f5d7d0e commit 7391047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ElvUI_EltreumUI/Modules/Skins/Borders.lua
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,8 @@ end

local updatetargettarget = CreateFrame("Frame")
updatetargettarget:RegisterUnitEvent("UNIT_TARGET", "target")
updatetargettarget:RegisterUnitEvent("PLAYER_TARGET_CHANGED")
updatetargettarget:RegisterUnitEvent("UNIT_TARGET", "player")
--updatetargettarget:RegisterUnitEvent("PLAYER_TARGET_CHANGED")
updatetargettarget:SetScript("OnEvent", function()
if not IsAddOnLoaded("ElvUI_EltreumUI") then
return
Expand Down

0 comments on commit 7391047

Please sign in to comment.