Extended Character Stats

Extended Character Stats

8M Downloads

Classic Era SoD Moonkin Aura spell crit calculation.

ElegantSerr opened this issue ยท 1 comments

commented

Bug description

ECS shows +3% and an additional +5% crit chance (a total of 8% spell crit bonus) after switching to Moonkin + Moonkin Aura.
This does not update with buffs, removing Moonkin Aura removes the total 8%. Removing the aura sporadically lowers it by 5% instead, but the buff is removed (illustrated in screenshot) .

Screenshots

MoonkinSpellCrit

Version

ECS version 3.2.2, Classic Era Season of Discovery

commented

Classic (Era SoD) automatically adds Moonkin Aura Bonus to all spell schools, causing double bonus calculation.
Change line 41 in SpellCrit.lua -> if (spellId == 24907 and ECS.IsWotlk) then