remove temp folder structure

This commit is contained in:
Crum
2018-02-19 21:03:21 -06:00
parent 85a2a5bcf7
commit 611f11aff9
408 changed files with 0 additions and 0 deletions
@@ -0,0 +1,12 @@
local E, L, V, P, G = unpack(ElvUI)
local mod = E:GetModule("NamePlates")
function mod:UpdateElement_RaidIcon(frame)
local icon = frame.RaidIcon
icon:ClearAllPoints()
if frame.HealthBar:IsShown() then
icon:SetPoint("RIGHT", frame.HealthBar, "LEFT", -6, 0)
else
icon:SetPoint("BOTTOM", frame.Name, "TOP", 0, 3)
end
end