Skip to content

Commit

Permalink
Restore Classic tradeskill window support
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisSpomer committed Dec 5, 2023
1 parent 514f902 commit e6319cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Pawn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ function PawnInitialize()
PawnUpdateTooltip("GameTooltip", "SetHyperlink", ItemLink)
end)
end
if GameTooltip.SetTradeSkillItem then
hooksecurefunc(GameTooltip, "SetTradeSkillItem", function(self, ...) PawnUpdateTooltip("GameTooltip", "SetTradeSkillItem", ...) end)
end
hooksecurefunc(GameTooltip, "SetTradeTargetItem", function(self, ...) PawnUpdateTooltip("GameTooltip", "SetTradeTargetItem", ...) end)
if GameTooltip.SetVoidItem then
hooksecurefunc(GameTooltip, "SetVoidItem", function(self, ...) PawnUpdateTooltip("GameTooltip", "SetVoidItem", ...) end)
Expand Down
3 changes: 3 additions & 0 deletions Readme.htm
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ <h3><span style="text-decoration: underline;">In</span>compatible addons</h3>

<h2>Updates</h2>
<h3>Version 2.8.7</h3>
<ul>
<li>Classic: Added support for the Classic trade skill and crafting window: hovering over the item icon in that window should now work the same as if the item were already in your bags.</li>
</ul>
<h3>Version 2.8.6</h3>
<ul>
<li>Dragonflight: More new stat weight updates, updated for patch 10.2.0.</li>
Expand Down

0 comments on commit e6319cd

Please sign in to comment.