3f24527 - Show Purge the Wicked in TMW as well on priest
[wowui.git] / OmaTMW / TellMeWhen.lua
index c4f9ed1..4de50c6 100644 (file)
@@ -134,7 +134,7 @@ local chars = {
         ["Gilden"] = {
             {
                 unit = "target",
-                auras = {"Shadow Word: Pain"},
+                auras = {"Shadow Word: Pain", "Purge the Wicked"},
                 auraFilter = "PLAYER HARMFUL",
                 x = 660,
                 y = 440,
@@ -144,13 +144,22 @@ local chars = {
             {
                 unit = "player",
                 auras = {"Power Word: Fortitude"},
-                auraFilter = "PLAYER HELPFUL",
+                auraFilter = "HELPFUL",
                 invert = true,
                 x = 720,
                 y = 440,
                 width = 60,
                 height = 60,
             },
+            {
+                unit = "player",
+                auras = {"Overcharge Mana"},
+                auraFilter = "PLAYER HELPFUL",
+                x = 720,
+                y = 440,
+                width = 60,
+                height = 60,
+            },
         },
         ["Gedren"] = {
             {