git
/
wowui.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
0da3db7
)
325e20b - Add Shaman TellMeWhen
author
Aleksi Blinnikka <aleksi.blinnikka@gmail.com>
Thu, 19 Apr 2018 01:50:15 +0000
committer
Aleksi Blinnikka <aleksi.blinnikka@gmail.com>
Thu, 19 Apr 2018 01:50:15 +0000
OmaTMW/TellMeWhen.lua
patch
|
blob
|
history
diff --git
a/OmaTMW/TellMeWhen.lua
b/OmaTMW/TellMeWhen.lua
index
9e457c5
..
2deb9a3
100644
(file)
--- a/
OmaTMW/TellMeWhen.lua
+++ b/
OmaTMW/TellMeWhen.lua
@@
-53,12
+53,32
@@
local chars = {
["Gedren"] = {
{
totems = {1}, -- Efflorescence
["Gedren"] = {
{
totems = {1}, -- Efflorescence
- x =
57
0,
+ x =
66
0,
y = 440,
width = 80,
height = 80,
},
},
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,
+ },
+ },
},
};
},
};