View Single Post
03-03-14, 09:18 PM   #20
Duugu
Premium Member
 
Duugu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 851
Originally Posted by Phanx View Post
Spells, however, do not work the same way, and do not need to be cached; GetSpellInfo should always return correct info, even for spells you've never "seen" in the game, which is why the problem you're describing does not make any sense.
Ok. My description was unclear. "cached" meant "is loaded into memory and is available without loading it from disk" ... not "cached in the games data cache file".

It's not about item data or the texture path. GetSpellInfo does return the correct texture path. And the texture is set. The spell texture is just not rendered (or loaded or however you call it) into the region object. And the item texture is rendered. Thats it.
  Reply With Quote