325e20b - Add Shaman TellMeWhen
authorAleksi Blinnikka <aleksi.blinnikka@gmail.com>
Thu, 19 Apr 2018 01:50:15 +0000
committerAleksi Blinnikka <aleksi.blinnikka@gmail.com>
Thu, 19 Apr 2018 01:50:15 +0000
OmaTMW/TellMeWhen.lua

index 9e457c5..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,
+            },
+        },
     },
 };