View Single Post
07-21-14, 10:51 PM   #1
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
Missing textures, but why?

Someone brought to light a rather strange situation.

After using the 'ExtractInterfaceArt' command "Interface/Icons/achievement_boss_infinitecorruptor" basically doesn't exist or extract with the command.

You can however view it in-game with this command:
Code:
/run local f = CreateFrame("Frame"); f:SetSize(64,64); f:SetPoint("CENTER",UIParent,"CENTER"); f.t = f:CreateTexture(); f.t:SetAllPoints(f); f.t:SetTexture("INTERFACE\\ICONS\\achievement_boss_infinitecorruptor")
Any idea what might be going on here?

Last edited by suicidalkatt : 07-21-14 at 10:54 PM.
  Reply With Quote