Ignore Phial of corrupting rage when deciding to start a combat.
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user