superwow 1.2 enchant links

This commit is contained in:
Spit
2024-11-10 01:44:54 +03:00
parent d5f4ec28f1
commit 04b6a85483
+1 -1
View File
@@ -3419,7 +3419,7 @@ function AtlasLootItem_OnEnter()
spellID = tonumber(string.sub(this.itemID, 2));
AtlasLootTooltip:SetOwner(this, "ANCHOR_RIGHT", -(this:GetWidth() / 2), 24);
AtlasLootTooltip:ClearLines();
if SetAutoloot == nil then
if SetAutoloot == nil or (SUPERWOW_VERSION and SUPERWOW_VERSION == "1.2") then
AtlasLootTooltip:SetHyperlink("enchant:"..spellID)
else
AtlasLootTooltip:SetHyperlink("spell:"..spellID);