Skip to content

Commit 847f2e0

Browse files
committed
Fixed an error with upgradable gear that's below veteran track
1 parent c5eb155 commit 847f2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TransmogUpgradeMaster.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ function TUM:IsAppearanceMissing(itemLink, classID, debugLines)
294294
local _, sourceID = C_TransmogCollection.GetItemInfo(itemLink)
295295
local sourceIDs = self:GetSourceIDsForItemID(itemID)
296296
local index = tIndexOf(sourceIDs or {}, sourceID)
297-
currentTier = index
297+
currentTier = index or 0
298298

299299
if currentTier == 0 then
300300
tryInsert(debugLines, 'no tier info found')

0 commit comments

Comments
 (0)