Thread Tools Display Modes
08-31-16, 12:19 PM   #1
Infus
A Deviate Faerie Dragon
Join Date: Jul 2016
Posts: 13
GetSpellCooldown("Fury of Elune") returns 0,0

Fury of Elune's cooldown can only be retrieved via the spell id, while the player has the "Fury of Elune" buff.

That is GetSpellCooldown("Fury of Elune") returns 0,0, 1 while the spell is on cd, but the player has the Fury of Elune buff. Once the buff fades, GetSpellCooldown("Fury of Elune") returns the correct information.

GetSpellCooldown(202770) works correctly even if the player has the buff.

This causes a problem for WeakAuras, since we always use GetSpellCooldown("spellname") even if the user entered a spell id, (Omitting a few details.) because users expect that tracking e.g. Ascendance cooldown is possible even though it has a different spell id per spec.
 
 

WoWInterface » Site Forums » Archived Beta Forums » Legion Beta archived threads » GetSpellCooldown("Fury of Elune") returns 0,0

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off