Classic - healthstone debug incorrect info and behaviour
Or1j1n opened this issue ยท 3 comments
On Classic, it seems that buffet think Healthstone is a potion and not conjured item.
When using bests.healthstone with a healthstone in inventory (id:19009), he doesnt show anything.
local bests, cache = ... -- Keep this
local healthstone = bests.healthstone or 6948
return "#showtooltip\n/cast item:" .. healthstone, "INV_Misc_QuestionMark"