Skip to content

Commit

Permalink
missing GetItemInfo of heathstone
Browse files Browse the repository at this point in the history
  • Loading branch information
Diclah authored Apr 8, 2019
1 parent 3b6e741 commit e709c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function getPots()
}
end
function getHs()
HSName = GetItemInfo(HSId);
if HSName==nil then
HSName = "Healthstone"
end
Expand Down

0 comments on commit e709c36

Please sign in to comment.