X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/06208b1a2fabca0bade51e66b25fb240c62e4986..5e453fca39c69856e27a063146a32c0ee13a52b7:/OmaRF/PaladinIndicators.lua diff --git a/OmaRF/PaladinIndicators.lua b/OmaRF/PaladinIndicators.lua index e81954b..762a525 100644 --- a/OmaRF/PaladinIndicators.lua +++ b/OmaRF/PaladinIndicators.lua @@ -7,10 +7,10 @@ local rhomb = "Interface\\AddOns\\OmaRF\\images\\rhomb"; 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)