View Single Post
04-12-08, 08:53 PM   #1
ganders
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: May 2007
Posts: 131
GetSpellCooldown() work with SpellIDs?

I know it says it does on WoWWiki, but when I was testing this out:
Code:
GetSpellCooldown(28734)
it returned nil, however
Code:
GetSpellCooldown("Mana Tap")
worked just fine. Can anyone verify this please?
  Reply With Quote