From 92de1b09e32d84c8eb433f501f9d3aacc644b001 Mon Sep 17 00:00:00 2001 From: Flamanis Date: Mon, 29 Aug 2022 19:52:49 -0500 Subject: [PATCH] Ignore Fated Affix Chaotic Essence The Chaotic Essence fated affix spawns an orb that you click on. When you do, it becomes hostile and spawns 2 small adds (Chaotic Motes). The small adds double when killed, and the big add does nothing. Damaging the Chaotic Essence does not provide any buffs/throughput to the raid. WCL already ignores it on logs. --- core/parser.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/parser.lua b/core/parser.lua index 0c17a4dc..cf51c11b 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -297,6 +297,8 @@ [169429] = true, [169428] = true, [169430] = true, + + [189706] = true, --Chaotic Essence from Fated Affix --Remove on 10.0 } local ignored_npcids = {}