From: Aleksi Blinnikka Date: Mon, 2 Mar 2020 21:58:39 +0000 (+0200) Subject: Add Ny'alotha auras to frames X-Git-Url: https://www.aleksib.fi/git/wowui.git/commitdiff_plain/2120a9c685552e6de2a8531ccc155398c8db24aa?ds=sidebyside Add Ny'alotha auras to frames --- diff --git a/kehys/auras.lua b/kehys/auras.lua index d8ca67c..dac8764 100644 --- a/kehys/auras.lua +++ b/kehys/auras.lua @@ -64,6 +64,15 @@ local watchedAuras = { [296693] = {1, "stacks"}, -- Waterlogged (Ashvane) [297333] = {1, "heal"}, -- Briny Bubble (Ashvane) [298306] = {1, "stacks"}, -- Incubation Fluid (Orgozoa) + -- Ny'alotha + [313255] = {20, "stacks"}, -- Creeping Madness (Wrathion) + [310224] = {1, "stacks"}, -- Annihilation (Vexiona) + [307358] = {1, "heal"}, -- Debilitating Spit (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 + [316506] = {1, "alert"}, -- Heartpiercer Venom (Trash) + [315025] = {1, "heal"}, -- Ancient Curse (Maut) }; local playerGuid = nil;