update tables

This commit is contained in:
Crum
2018-12-06 19:55:03 -06:00
parent cb90d0f1e5
commit 4d0cc6c85c
68 changed files with 705 additions and 597 deletions
+3 -3
View File
@@ -126,8 +126,8 @@ local function LoadSkin()
text:SetTextColor(GetItemQualityColor(quality))
else
if frame then
frame:SetBackdropBorderColor(unpack(E["media"].bordercolor))
frame.backdrop:SetBackdropBorderColor(unpack(E["media"].bordercolor))
frame:SetBackdropBorderColor(unpack(E.media.bordercolor))
frame.backdrop:SetBackdropBorderColor(unpack(E.media.bordercolor))
end
text:SetTextColor(1, 1, 1)
end
@@ -140,7 +140,7 @@ local function LoadSkin()
E:Size(QuestRewardItemHighlight, 142, 40)
hooksecurefunc("QuestRewardItem_OnClick", function()
QuestRewardItemHighlight:ClearAllPoints();
QuestRewardItemHighlight:ClearAllPoints()
E:SetOutside(QuestRewardItemHighlight, this:GetName().."IconTexture")
_G[this:GetName().."Name"]:SetTextColor(1, 1, 0)