Elemental Shaman buff Elemental Oath not added to Spell Crit
ostjaevel opened this issue ยท 0 comments
Bug description
Elemental Oath not added to Spell Crit.
Version
WoW WoTLK
Extended Character Stats v3.0.7
Proposed fix:
Add the following code to SpellCrit.lua @ line 54
if spellId == 51466 then
mod = mod + 3 -- 3% from Elemental Oath Rank 1
end
if spellId == 51470 then
mod = mod + 5 -- 5% from Elemental Oath Rank 2
end