Skip to content

Commit

Permalink
Add missing debug
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed May 9, 2024
1 parent bfebcf4 commit a9867eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SkillLevelData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ function Skillet:GetTradeSkillLevels(itemID, spellID)
b = f
c = g
d = h
DA.DEBUG(1,"GetTradeSkillLevels: levelsReturned= "..tostring(a).."/"..tostring(b).."/"..tostring(c).."/"..tostring(d))
self.sourceTradeSkillLevel = 2
return a, b, c, d
elseif levels then
Expand Down

0 comments on commit a9867eb

Please sign in to comment.