View Single Post
04-02-17, 06:09 PM   #1
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Missing icons for certain spell IDs

Since 7.2 the spell icon for specific Spell IDs isn't returned in-game, for example 210766 (Nightmare Pod)
http://wowprogramming.com/docs/api/GetSpellInfo
Lua Code:
  1. /dump GetSpellInfo(210766) -- "Nightmare Pod", "", nil, 0, 0, 0, 210766
Does anybody have an idea what's happening here?

I have an addon that tracks spells and it chokes on this particular one when I'm standing around in Dalaran
  Reply With Quote