Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

WoWInterface » Developer Discussions » General Authoring Discussion » Missing textures, but why?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off