superwow 1.2 enchant links
This commit is contained in:
+1
-1
@@ -3419,7 +3419,7 @@ function AtlasLootItem_OnEnter()
|
|||||||
spellID = tonumber(string.sub(this.itemID, 2));
|
spellID = tonumber(string.sub(this.itemID, 2));
|
||||||
AtlasLootTooltip:SetOwner(this, "ANCHOR_RIGHT", -(this:GetWidth() / 2), 24);
|
AtlasLootTooltip:SetOwner(this, "ANCHOR_RIGHT", -(this:GetWidth() / 2), 24);
|
||||||
AtlasLootTooltip:ClearLines();
|
AtlasLootTooltip:ClearLines();
|
||||||
if SetAutoloot == nil then
|
if SetAutoloot == nil or (SUPERWOW_VERSION and SUPERWOW_VERSION == "1.2") then
|
||||||
AtlasLootTooltip:SetHyperlink("enchant:"..spellID)
|
AtlasLootTooltip:SetHyperlink("enchant:"..spellID)
|
||||||
else
|
else
|
||||||
AtlasLootTooltip:SetHyperlink("spell:"..spellID);
|
AtlasLootTooltip:SetHyperlink("spell:"..spellID);
|
||||||
|
|||||||
Reference in New Issue
Block a user