X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/0da3db7331fa69ddcc358d8e0b4d1eab64056235..325e20bb2d14520a10eb733206a8ef54c60fdad3:/OmaTMW/TellMeWhen.lua?ds=inline diff --git a/OmaTMW/TellMeWhen.lua b/OmaTMW/TellMeWhen.lua index 9e457c5..2deb9a3 100644 --- a/OmaTMW/TellMeWhen.lua +++ b/OmaTMW/TellMeWhen.lua @@ -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, + }, + }, }, };