Mercurial > wow > askmrrobot
diff Gear.lua @ 137:6dc0e8e9f960 v64
uldir for auto-logging
author | yellowfive |
---|---|
date | Mon, 03 Sep 2018 19:19:38 -0700 |
parents | 57be71eccc0a |
children | c229c759a125 |
line wrap: on
line diff
--- a/Gear.lua Sun Aug 12 23:36:32 2018 -0700 +++ b/Gear.lua Mon Sep 03 19:19:38 2018 -0700 @@ -311,7 +311,7 @@ lblEquipped:SetText(isEquipped and "E" or "") end - lblItem:SetFont(Amr.CreateFont(isEquipped and "Regular" or "Bold", isEquipped and 14 or 15, Amr.Colors.Qualities[q])) + lblItem:SetFont(Amr.CreateFont(isEquipped and "Regular" or "Bold", isEquipped and 14 or 15, Amr.Colors.Qualities[q] or Amr.Colors.White)) lblItem:SetText(gameItem:GetItemName()) lblIlvl:SetText(gameItem:GetCurrentItemLevel()) Amr:SetItemTooltip(lblItem, gameItem:GetItemLink(), "ANCHOR_TOPRIGHT") @@ -614,8 +614,8 @@ -- for some reason, the slot is treated as blank if you try to ignore once on the first load of the equipment manager -- clear any currently ignored slots - C_EquipmentSet.ClearIgnoredSlotsForSave() - C_EquipmentSet.ClearIgnoredSlotsForSave() + --C_EquipmentSet.ClearIgnoredSlotsForSave() + --C_EquipmentSet.ClearIgnoredSlotsForSave() -- ignore shirt and tabard C_EquipmentSet.IgnoreSlotForSave(INVSLOT_BODY) -- shirt