X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/084e0f6c357adbd2cdefd88dd5b6c45ba81d783a..a4dcd1da1d2452c7739ef9375a891f810d471535:/OmaRF/PaladinIndicators.lua?ds=sidebyside diff --git a/OmaRF/PaladinIndicators.lua b/OmaRF/PaladinIndicators.lua index fdb5950..762a525 100644 --- a/OmaRF/PaladinIndicators.lua +++ b/OmaRF/PaladinIndicators.lua @@ -3,15 +3,14 @@ local pairs = pairs; local indSize = OmaRFSettings.IndSize; local rhomb = "Interface\\AddOns\\OmaRF\\images\\rhomb"; -local positions = {"TOPRIGHT", "BOTTOMLEFT"}; local M = {}; OmaRFIndicators.Class["PALADIN"] = M; M.Auras = { - [53563] = "TOPRIGHT", -- Beacon of Light - [156910] = "TOPRIGHT", -- Beacon of Faith - [200025] = "TOPRIGHT", -- Beacon of Virtue - [200654] = "BOTTOMLEFT", -- Tyr's Deliverance + ["Beacon of Light"] = "TOPRIGHT", + ["Beacon of Faith"] = "TOPRIGHT", + ["Beacon of Virtue"] = "TOPRIGHT", + ["Tyr's Deliverance"] = "BOTTOMLEFT", } function M.Setup(base)