X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/001062c21d0a4b6600278f45ee096fc587c745df..9c6a1a5fd7c84ac89e7533839af0f8851edf709f:/OmaRF/PaladinIndicators.lua diff --git a/OmaRF/PaladinIndicators.lua b/OmaRF/PaladinIndicators.lua index becda9b..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; +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)