Merge branch 'main' of https://github.com/Otari98/AtlasLoot
This commit is contained in:
+2
-2
@@ -3400,7 +3400,7 @@ function AtlasLootItem_OnEnter()
|
||||
AtlasLootTooltip2:AddLine(GetSpellInfoAtlasLootDB["enchants"][spellID]["extra"], nil, nil, nil, 1);
|
||||
end
|
||||
if ( AtlasLootCharDB.ItemIDs ) then
|
||||
AtlasLootTooltip2:AddLine(AL["ItemID:"].." "..GetSpellInfoAtlasLootDB["enchants"][spellID]["item"], nil, nil, nil, 1);
|
||||
AtlasLootTooltip2:AddLine(AL["ItemID:"].." "..GetSpellInfoVanillaDB["enchants"][spellID]["item"], nil, nil, nil, 1);
|
||||
end
|
||||
AtlasLootTooltip2:Show();
|
||||
end
|
||||
@@ -3460,7 +3460,7 @@ function AtlasLootItem_OnEnter()
|
||||
AtlasLootTooltip2:AddLine(GetSpellInfoAtlasLootDB["craftspells"][spellID]["extra"], nil, nil, nil, 1);
|
||||
end
|
||||
if ( AtlasLootCharDB.ItemIDs ) then
|
||||
AtlasLootTooltip2:AddLine(AL["ItemID:"].." "..GetSpellInfoAtlasLootDB["craftspells"][spellID]["craftItem"], nil, nil, nil, 1);
|
||||
AtlasLootTooltip2:AddLine(AL["ItemID:"].." "..GetSpellInfoVanillaDB["craftspells"][spellID]["craftItem"], nil, nil, nil, 1);
|
||||
end
|
||||
AtlasLootTooltip2:Show();
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user