X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/7ff1ddc8b9fe8a53957d622f6ab9a75c81195ee3..aa4370fe66033f579495c44b3b4a5256efea8812:/kehys/auras.lua diff --git a/kehys/auras.lua b/kehys/auras.lua index 3ecd26e..42afc12 100644 --- a/kehys/auras.lua +++ b/kehys/auras.lua @@ -19,6 +19,7 @@ local watchedAuras = { --[262513] = {bar=false}, -- Azerite Heartseeker [287280] = {1, "buff1"}, -- Glimmer of Light [194384] = {1, "buff1"}, -- Atonement + [61295] = {1, "buff1"}, -- Riptide -- Tank defensives [6940] = {1, "tankcd"}, -- Blessing of Sacrifice [33206] = {1, "tankcd"}, -- Pain Suppression @@ -60,6 +61,8 @@ local watchedAuras = { [294711] = {5, "heal"}, -- Frost (Sivara) [294715] = {5, "heal"}, -- Toxic (Sivara) [296693] = {1, "stacks"}, -- Waterlogged (Ashvane) + [297333] = {1, "heal"}, -- Briny Bubble (Ashvane) + [298306] = {1, "stacks"}, -- Incubation Fluid (Orgozoa) }; local playerGuid = nil;