From a7e365d27c1776a0a942cda7beb6bfc16385dc96 Mon Sep 17 00:00:00 2001 From: Lexie <6937574+Lexiebean@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:48:21 +1100 Subject: [PATCH] The sensitive snowflake update --- Core/AtlasLoot.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index 428e6f1..9bb8cb9 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -3358,7 +3358,6 @@ function AtlasLootItem_OnEnter() if ( AtlasLootCharDB.ItemIDs ) then AtlasLootTooltip:AddLine(BLUE..AL["SpellID:"].." "..spellID, nil, nil, nil, 1); end - AtlasLootTooltip:AddLine("\nLooking for an enchant? /w Lexie", 0.75, 0.37, 1, 1); AtlasLootTooltip:Show(); if GetSpellInfoVanillaDB["enchants"][spellID]["item"] and GetSpellInfoVanillaDB["enchants"][spellID]["item"] ~= nil and GetSpellInfoVanillaDB["enchants"][spellID]["item"] ~= "" then AtlasLootTooltip2:SetOwner(AtlasLootTooltip, "ANCHOR_BOTTOMRIGHT", -(AtlasLootTooltip:GetWidth()), 0);