From 93811485c6a91f32fcbb5502de9b0ea179727586 Mon Sep 17 00:00:00 2001 From: Flamanis Date: Thu, 22 Jun 2023 19:19:22 -0500 Subject: [PATCH] Ignore Vessel of Seared Shadow ticks from starting combats --- core/parser.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/parser.lua b/core/parser.lua index f345fcb2..8a0dbf8e 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -768,8 +768,8 @@ (not Details.in_group and sourceFlags and bitBand(sourceFlags, AFFILIATION_GROUP) ~= 0) ) ) then - --avoid Fel Armor and Undulating Maneuvers to start a combat - if ((spellId == 387846 or spellId == 352561) and sourceName == Details.playername) then + --avoid Fel Armor, Undulating Maneuvers, and "Vessel of Seared Shadows" trinket from starting a combat. + if ((spellId == 387846 or spellId == 352561 or spellId == 401394) and sourceName == Details.playername) then return end