Skip to content

Commit 720c921

Browse files
committed
Filter out appearance sources that can't ever be collected
1 parent f31476d commit 720c921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Summary/Scanner/TMog.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function CollectionatorSummaryTMogScannerFrameMixin:GetItem(index, itemKeyInfo,
5959
end
6060
end
6161

62-
if source ~= nil and source > 0 then
62+
if source ~= nil and source > 0 and select(2, C_TransmogCollection.AccountCanCollectSource(source)) then
6363
local sourceInfo = C_TransmogCollection.GetSourceInfo(source)
6464
local inventorySlot = C_Transmog.GetSlotForInventoryType(sourceInfo.invType)
6565
local visual = sourceInfo.visualID

0 commit comments

Comments
 (0)