X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/875c87e09066367d69d39b51bde0148b4a3ec01b..5e453fca39c69856e27a063146a32c0ee13a52b7:/OmaRF/DruidIndicators.lua diff --git a/OmaRF/DruidIndicators.lua b/OmaRF/DruidIndicators.lua index 82f3a48..9aeefbc 100644 --- a/OmaRF/DruidIndicators.lua +++ b/OmaRF/DruidIndicators.lua @@ -8,13 +8,13 @@ local square = "Interface\\AddOns\\OmaRF\\images\\square"; local M = {}; OmaRFIndicators.Class["DRUID"] = M; M.Auras = { - [33763] = "TOPLEFT", -- Lifebloom - [774] = "TR1", -- Rejuvenation - [102352] = "TR2", -- Cenarion Ward (102351 is the 30-sec buff before the HoT) - [207386] = "TR3", -- Spring Blossoms (207385 is the talent) - [155777] = "TR3", -- Germination (either Spring Blossoms or this taken) - [8936] = "TR4", -- Regrowth - [200389] = "TR5", -- Cultivation + ["Lifebloom"] = "TOPLEFT", + ["Rejuvenation"] = "TR1", + ["Cenarion Ward"] = "TR2", + ["Spring Blossoms"] = "TR3", + ["Rejuvenation (Germination)"] = "TR3", + ["Regrowth"] = "TR4", + ["Cultivation"] = "TR5", } function M.Setup(base)