Skip to content

Commit b9c811d

Browse files
author
LocalIdentity
committed
Merge branch 'dev' into trader-improvements
2 parents 24153b4 + be599ce commit b9c811d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Classes/TradeQuery.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,8 @@ function TradeQueryClass:PriceItemRowDisplay(row_idx, top_pane_alignment_ref, ro
11411141
local firstValidSlot = self:findValidSlotForWatchersEye()
11421142
local currentItem = firstValidSlot.selItemId ~= 0 and self.itemsTab.items[firstValidSlot.selItemId]
11431143
local eyeEquipped = currentItem and currentItem.name:find("Watcher's Eye")
1144+
-- for watcher's eye we can compare to an already existing one, or
1145+
-- default to comparing with all active sockets
11441146
self.itemsTab:AddItemTooltip(tooltip, item, eyeEquipped and firstValidSlot or nil, true)
11451147
else
11461148
self.itemsTab:AddItemTooltip(tooltip, item, slotTbl, true)

0 commit comments

Comments
 (0)