diff --git a/src/Data/SkillStatMap.lua b/src/Data/SkillStatMap.lua index edbc8862ee..f25bb4f0f7 100644 --- a/src/Data/SkillStatMap.lua +++ b/src/Data/SkillStatMap.lua @@ -515,7 +515,7 @@ return { mod("Damage", "INC", nil, 0, 0, { type = "Condition", var = "LeechingEnergyShield" }), }, ["aura_effect_+%"] = { - mod("AuraEffect", "INC", nil), + mod("Magnitude", "INC", nil, 0, 0, { type = "SkillType", skillType = SkillType.Aura }), }, ["elusive_effect_+%"] = { mod("ElusiveEffect", "MAX", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff" }),