570b5ba - Add Mekkatorque mythic auras
[wowui.git] / kehys / paladin.lua
index 79aa7ab..b47d0b8 100644 (file)
@@ -1,25 +1,5 @@
 -- paladin.lua
-local indSize = 14;
-local rhomb = "Interface\\AddOns\\kuuttiRaid\\images\\rhomb";
-
 local _, addon = ...;
-local auras = {
-    [53563] = "TOPRIGHT", -- Beacon of Light
-    [156910] = "TOPRIGHT", -- Beacon of Faith
-    [200025] = "TOPRIGHT", -- Beacon of Virtue
-}
-addon.ClassAuras["PALADIN"] = auras;
-addon.ClassIndicators["PALADIN"] = function(base)
-    local inds = {};
-    inds["TOPRIGHT"] = base:CreateTexture(nil, "OVERLAY");
-    inds["TOPRIGHT"]:SetPoint("TOPRIGHT", base, "TOPRIGHT");
-    inds["TOPRIGHT"]:SetWidth(indSize);
-    inds["TOPRIGHT"]:SetHeight(indSize);
-    inds["TOPRIGHT"]:SetTexture(rhomb);
-    inds["TOPRIGHT"]:SetVertexColor(1, 0, 0);
-    inds["TOPRIGHT"]:Hide();
-    return inds;
-end
 addon.Clickheal["PALADIN"] = {
     ["type1"] = "spell",
     ["type2"] = "spell",