pfUI-raidicons/pfUI-raidicons.lua

7 lines
206 B
Lua

for id, frame in pfUI.uf.frames do
if frame and frame.raidIcon and frame.raidIcon.texture then
frame.raidIcon.texture:SetTexture("Interface\\TARGETINGFRAME\\UI-RaidTargetingIcons")
end
end