X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/6a32145b790f4647a82dff47a7f726992c2e5f76..2120a9c685552e6de2a8531ccc155398c8db24aa:/kehys/auras.lua?ds=sidebyside diff --git a/kehys/auras.lua b/kehys/auras.lua index 641e128..dac8764 100644 --- a/kehys/auras.lua +++ b/kehys/auras.lua @@ -38,6 +38,7 @@ local watchedAuras = { [288415] = {1, "alert"}, -- Caress of Death in Death realm (Rastakhan) [285195] = {8, "stacks"}, -- Deathly Withering (Rastakhan) [286646] = {1, "heal"}, -- Gigavolt Charge (Mekkatorque) + [288939] = {1, "heal"}, -- Gigavolt Radiation (Mekkatorque) [287891] = {1, "stacks"}, -- Sheep Shrapnel (Mekkatorque) [287993] = {1, "stacks"}, -- Chilling Touch (Jaina) [283507] = {1, "heal"}, -- Volatile Charge (Opulence) @@ -63,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;