From de51d3542d6351d947de416ed5367452980b427a Mon Sep 17 00:00:00 2001 From: Darthpred Date: Fri, 23 May 2014 01:55:44 +0400 Subject: [PATCH] Temp fix for "attempt to index field 'CanTransmogrifySlot' (a nil value)" --- ElvUI_SLE/modules/characterframe/core.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ElvUI_SLE/modules/characterframe/core.lua b/ElvUI_SLE/modules/characterframe/core.lua index 0fcee71..7719c5e 100644 --- a/ElvUI_SLE/modules/characterframe/core.lua +++ b/ElvUI_SLE/modules/characterframe/core.lua @@ -42,6 +42,20 @@ SLArmoryConstants = { ['504'] = 12, ['505'] = 16, }, + ['CanTransmogrifySlot'] = { + ['HeadSlot'] = true, + ['ShoulderSlot'] = true, + ['BackSlot'] = true, + ['ChestSlot'] = true, + ['WristSlot'] = true, + ['HandsSlot'] = true, + ['WaistSlot'] = true, + ['LegsSlot'] = true, + ['FeetSlot'] = true, + ['MainHandSlot'] = true, + ['SecondaryHandSlot'] = true + }, + ['ItemEnchant_Profession_Inscription'] = { ['NeedLevel'] = 600, ['4912'] = true, -- ?? ?? ???? Secret Ox Horn Inscription -- 1.7.9.5