We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fced3 commit 557b0b6Copy full SHA for 557b0b6
collectionUi.lua
@@ -395,7 +395,7 @@ function UI:BuildUI()
395
self.rows = {};
396
--- @param column TUM_UI_Column
397
local function OnEnter(column)
398
- if column.isCollected then return; end
+ if column.isCollected == true then return; end
399
GameTooltip:SetOwner(column, 'ANCHOR_CURSOR_RIGHT');
400
GameTooltip:AddLine('Transmog Upgrade Master');
401
if column.results and next(column.results) then
0 commit comments