From: Aleksi Blinnikka Date: Sun, 23 Aug 2020 12:40:29 +0000 (+0300) Subject: Proper phasing done, no aura as marker X-Git-Url: https://www.aleksib.fi/git/wowui.git/commitdiff_plain/61270762116163f0c05abee6e55a65595ee3e8b4 Proper phasing done, no aura as marker --- diff --git a/kehys/auras.lua b/kehys/auras.lua index f86034a..2291aa1 100644 --- a/kehys/auras.lua +++ b/kehys/auras.lua @@ -77,7 +77,7 @@ local watchedAuras = { [318078] = {1, "alert"}, -- Fixate (Shad'har) [312486] = {1, "stacks"}, -- Recurring Nightmare (Il'gynoth) [313400] = {1, "stacks"}, -- Corrupted Mind (N'zoth) - [319346] = {1, "heal"}, -- Infinity's Toll (N'zoth) phase marker + --[319346] = {1, "heal"}, -- Infinity's Toll (N'zoth) phase marker [316506] = {1, "alert"}, -- Heartpiercer Venom (Trash) [315025] = {1, "heal"}, -- Ancient Curse (Maut) [315311] = {1, "stacks"}, -- Ravage (Hivemind) @@ -87,6 +87,7 @@ local watchedAuras = { [313077] = {1, "heal"}, -- Unleashed Nightmare (Ra-den) [316065] = {1, "alert"}, -- Corrupted Existence (Ra-den) [313364] = {1, "heal"}, -- Mental Decay (Carapace of N'zoth) + [307044] = {4, "stacks"}, -- Nightmare Antibody (Carapace of N'zoth) }; local playerGuid = nil;