View Single Post
05-24-09, 07:32 PM   #1
Nid
A Kobold Labourer
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 1
[Bug] Faerie Fire (Feral) and GetSpellCooldown()

Spellid: 16857

Code:
name = GetSpellInfo(16857);
start, duration, enabled = GetSpellCooldown(name);
always returns(even if Faerie Fire(Feral) is on CD):
start = nil
duration = nil
enabled = nil (think - not tested)

but start and duration are the important ones since it will never return enabled with another value than nil

dunno if this has to do with GetSpellInfo returns a wrong name

Last edited by Nid : 05-24-09 at 07:34 PM. Reason: typos
  Reply With Quote