TellMeWhen

TellMeWhen

24M Downloads

Devastation Evoker Eternity surge not tracking CD when font of magic is talented

Alwies opened this issue ยท 0 comments

commented

WoW Version

Retail

TellMeWhen Version

10.1.0

Describe the bug

While having the talent Font of Magic learned Eternity surge** CD always shows ready. Regardless of using name/spellID.

Removing [382411] = function() -- Evoker https://github.com/ascott18/TellMeWhen/issues/2017 -- 375783: Font of Magic (talent) -- 382411: Eternity Surge (Devastation baseline, with Font of Magic LEARNED) -- 359073: Eternity Surge (Devastation baseline, with Font of Magic UNLEARNED) if not IsPlayerSpell(382411) and not IsPlayerSpell(375783) then return 359073 end end,
From TellMeWhen\Components\Core\Spells\Spells.lua

Fixes the issue.
Seems like Blizzard has fixed the issue that originally warranted the above code which in turn broke the TMW fix for it.
Didn't look into what exactly what was changed though.

The preservation spells (Spiritbloom + dream breath) seem to still be tracking correctly.

Note: tested on 10.1 PTR as 10.1 isn't live on Retail here yet. But it breaking after patch was reported in discord.

Export Strings

N/A