From aa4370fe66033f579495c44b3b4a5256efea8812 Mon Sep 17 00:00:00 2001 From: Aleksi Blinnikka Date: Sat, 16 Nov 2019 19:27:05 +0200 Subject: [PATCH] Fix priest buff and add essence --- OmaTMW/TellMeWhen.lua | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/OmaTMW/TellMeWhen.lua b/OmaTMW/TellMeWhen.lua index c4f9ed1..e428ded 100644 --- a/OmaTMW/TellMeWhen.lua +++ b/OmaTMW/TellMeWhen.lua @@ -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"] = { { -- 2.39.5