f92b14e - Add a coordinate frame
[wowui.git] / OmaTMW / TellMeWhen.lua
index 155f75c..2deb9a3 100644 (file)
@@ -53,12 +53,32 @@ local chars = {
         ["Gedren"] = {
             {
                 totems = {1}, -- Efflorescence
-                x = 570,
+                x = 660,
                 y = 440,
                 width = 80,
                 height = 80,
             },
         },
+        ["Gazden"] = {
+            {
+                unit = "player",
+                auras = {"Tidal Waves"},
+                auraFilter = "PLAYER HELPFUL",
+                x = 660,
+                y = 440,
+                width = 40,
+                height = 40,
+            },
+            {
+                unit = "player",
+                auras = {"Healing Rain"},
+                auraFilter = "PLAYER HELPFUL",
+                x = 700,
+                y = 440,
+                width = 40,
+                height = 40,
+            },
+        },
     },
 };
 
@@ -90,7 +110,7 @@ local settings = {
         auras = {
             "Delusions", "Entropic Blast", "Necrotic Embrace", "Flametouched", "Shadowtouched",
             "Blazing Eruption", "Shattering Scream", "Consuming Hunger", "Unstable Soul",
-            "Time Bomb", "Broken Shard",
+            "Time Bomb", "Broken Shard", "Demolished", "Fetid Rot",
         },
         iterateAuras = true, -- typically fewer debuffs on player than this list
         auraFilter = "HARMFUL",