View Single Post
02-02-15, 08:28 AM   #1
Basil2
An Aku'mai Servant
Join Date: Feb 2015
Posts: 30
Need a table SpellName = SpellID

I need my addon to work with any language client. So I can't write GetSpellCooldown("Riptide") but
GetSpellCooldown(61295). However this is not informative at all.

The best IMHO solution is:
Code:
RiptideId = 61295
GetSpellCooldown(RiptideId)
So I am looking for a list like 'RiptideId = 61295' with all spells with their IDs. I guess somebody already did the job by exploring wowhead and preparing such table.

Could you please tell where is such table?
  Reply With Quote