c809e5d - Add name prefix when in vehicle
[wowui.git] / OmaRF / PaladinIndicators.lua
index e81954b..762a525 100644 (file)
@@ -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)