063c936 - Add shaman settings to TMW and frames
[wowui.git] / kehys / auras.lua
index 3ecd26e..42afc12 100644 (file)
@@ -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;