diff --git a/core/parser.lua b/core/parser.lua index 54be3976..7aaa09f4 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -1059,7 +1059,8 @@ --ignora burning rush se o jogador estiver fora de combate --111400 warlock's burning rush --368637 is buff from trinket "Scars of Fraternal Strife" which make the player bleed even out-of-combat - if (spellid == 111400 or spellid == 368637) then + --371070 is "Iced Phial of Corrupting Rage" effect triggers randomly, even out-of-combat + if (spellid == 111400 or spellid == 371070 or spellid == 368637) then return end