You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
276 B

local AS, L, S, R = unpack(AddOnSkins)
local _G = _G
function R:Blizzard_FlightMap()
if not AS:IsSkinEnabled('Blizzard_FlightMap', 'taxi') then return end
S:HandlePortraitFrame(_G.FlightMapFrame)
end
AS:RegisterSkin('Blizzard_FlightMap', nil, 'ADDON_LOADED')