Skip to content

Commit

Permalink
Fix typo in SortMostSold
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed Nov 10, 2022
1 parent 44a264a commit 03654a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/Auctionator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ function plugin.SortMostSold(skill,a,b)
itemNameA = GetItemInfo(recipeA.itemID)
end
if recipeB.scrollID then
itemNameA = GetItemInfo(recipeB.scrollID)
itemNameB = GetItemInfo(recipeB.scrollID)
elseif recipeB.itemID then
itemNameB = GetItemInfo(recipeB.itemID)
end
Expand Down

0 comments on commit 03654a2

Please sign in to comment.