git
/
wowui.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e5fe597
)
aa4370f - Fix priest buff and add essence
author
Aleksi Blinnikka <aleksi.blinnikka@gmail.com>
Sat, 16 Nov 2019 17:27:05 +0000
committer
Aleksi Blinnikka <aleksi.blinnikka@gmail.com>
Sat, 16 Nov 2019 17:27:05 +0000
OmaTMW/TellMeWhen.lua
patch
|
blob
|
history
diff --git
a/OmaTMW/TellMeWhen.lua
b/OmaTMW/TellMeWhen.lua
index
c4f9ed1
..
e428ded
100644
(file)
--- 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"] = {
{