From 611f69fed764459b8069acaa2b19c8e350be394e Mon Sep 17 00:00:00 2001 From: Darthpred Date: Mon, 3 Mar 2014 06:20:14 +0400 Subject: [PATCH] Option for new textures --- .../modules/characterframe/characterframe.lua | 2 ++ ElvUI_SLE/modules/characterframe/options.lua | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ElvUI_SLE/modules/characterframe/characterframe.lua b/ElvUI_SLE/modules/characterframe/characterframe.lua index 8a98c15..71a1a81 100755 --- a/ElvUI_SLE/modules/characterframe/characterframe.lua +++ b/ElvUI_SLE/modules/characterframe/characterframe.lua @@ -6,6 +6,8 @@ local f = CreateFrame('Frame', 'KnightArmory', PaperDollFrame) local C = SLArmoryConstants local backgrounds = { ["SPACE"] = "Space", + ["ALLIANCE"] = "Alliance-text", + ["HORDE"] = "Horde-text", } local function GemSocket_OnClick(self, button) diff --git a/ElvUI_SLE/modules/characterframe/options.lua b/ElvUI_SLE/modules/characterframe/options.lua index 97bcc0a..e20714c 100755 --- a/ElvUI_SLE/modules/characterframe/options.lua +++ b/ElvUI_SLE/modules/characterframe/options.lua @@ -63,6 +63,8 @@ local function configTable() disabled = function() return not E.db.sle.characterframeoptions.showimage end, values = { ['SPACE'] = 'Space', + ['ALLIANCE'] = FACTION_ALLIANCE, + ['HORDE'] = FACTION_HORDE, ['CUSTOM'] = L["Custom"], }, get = function() return E.db.sle.characterframeoptions.image.dropdown end, -- 1.7.9.5