Skip to content

Commit

Permalink
Fix Enchanting, issue #168
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed May 6, 2024
1 parent 36ae9a9 commit 776093f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions SkilletData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,7 @@ local function ScanTrade()
end
if itemName then
local itemID, linkType = Skillet:GetItemIDFromLink(itemLink)
itemID = itemID or 0
--DA.DEBUG(2,"ScanTrade: i= "..tostring(i)..", itemID= "..tostring(itemID)..", linkType= "..tostring(linkType))
local minMade,maxMade = 1, 1
if not Skillet.isCraft then
Expand Down
9 changes: 9 additions & 0 deletions SkilletNewsData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ local isCata = WOW_PROJECT_ID == WOW_PROJECT_CATACLYSM_CLASSIC

Skillet.NewsName = "Skillet-Classic News"
Skillet.NewsData = {
{ version = "1.89",
data = {
{ name = "Changes",
data = {
{ header = "Enchanting", body = "Fix for issue #168" },
},
},
},
},
{ version = "1.88",
data = {
{ name = "Changes",
Expand Down

0 comments on commit 776093f

Please sign in to comment.