Skip to content

Commit 456c70d

Browse files
author
LocalIdentity
committed
Fix Suppression mastery
1 parent 49dd720 commit 456c70d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Modules/ModParser.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2543,8 +2543,8 @@ local specialModList = {
25432543
["+(%d+)%% chance to suppress spell damage if your boots, helmet and gloves have evasion"] = function(num) return {
25442544
mod("SpellSuppressionChance", "BASE", tonumber(num),
25452545
{ type = "StatThreshold", stat = "EvasionOnBoots", threshold = 1},
2546-
{ type = "StatThreshold", stat = "EvasionOnHelmet", threshold = 1, upper = true},
2547-
{ type = "StatThreshold", stat = "EvasionOnGloves", threshold = 1, upper = true}
2546+
{ type = "StatThreshold", stat = "EvasionOnHelmet", threshold = 1},
2547+
{ type = "StatThreshold", stat = "EvasionOnGloves", threshold = 1}
25482548
)
25492549
} end,
25502550
["+(%d+)%% chance to suppress spell damage for each dagger you're wielding"] = function(num) return {

0 commit comments

Comments
 (0)