rebuilt wishlist

This commit is contained in:
Anch
2022-08-31 01:38:10 +12:00
parent 72b7b30772
commit c0c89c40be
6 changed files with 126 additions and 795 deletions
@@ -295,7 +295,7 @@ local function presetcreate(preset,num)
if self:IsEnabled() then
GameTooltip:ClearLines();
GameTooltip:SetOwner(self, "ANCHOR_RIGHT", -(self:GetWidth() / 2), 5);
GameTooltip:AddLine(AtlasLootCharDB["QuickLooks"][num][3]);
GameTooltip:AddLine(AtlasLootCharDB["QuickLooks"][num][6]);
GameTooltip:Show();
end
end);