diff --git a/Modules/Data/SpellHit.lua b/Modules/Data/SpellHit.lua index 5f7fcf0..cf5debe 100755 --- a/Modules/Data/SpellHit.lua +++ b/Modules/Data/SpellHit.lua @@ -65,10 +65,11 @@ function _SpellHit:GetTalentSpellHitBonus() end if classId == Data.MAGE then - local _, _, _, _, points, _, _, _ = GetTalentInfo(3, 3) if ECS.IsWotlk then + local _, _, _, _, points, _, _, _ = GetTalentInfo(3, 17) bonus = points * 1 -- 0-3% from Elemental Precision else + local _, _, _, _, points, _, _, _ = GetTalentInfo(3, 3) bonus = points * 2 -- 0-6% from Elemental Precision end end