Skip to content

Commit

Permalink
Oops, forgot a debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackluster committed Nov 21, 2024
1 parent b465f22 commit c1dd481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ItemOverlay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ function app.ItemOverlayHooks()
elseif rewardsFrame == MapQuestInfoRewardsFrame then
itemLink = GetQuestLogItemLink("choice", k) or GetQuestLogItemLink("reward", k)
end
print(itemLink)

if itemLink then
table.insert(sellPrice, { price = select(11, GetItemInfo(itemLink)), itemButton = itemButton})
app.ItemOverlay(itemButton.TLHOverlay, itemLink)
Expand Down

0 comments on commit c1dd481

Please sign in to comment.