HgAlexx / Buffet

Buffet is a food/water macro generator originally developed by tekkub and currently maintained by mZHg.
https://www.curseforge.com/wow/addons/buffet
15 stars 8 forks source link

Classic - healthstone debug incorrect info and behaviour #61

Closed Or1j1n closed 1 year ago

Or1j1n commented 1 year ago

On Classic, it seems that buffet think Healthstone is a potion and not conjured item. image image image

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"
HgAlexx commented 1 year ago

Hello, Can you get me a screenshot of the item(s) tooltip ?

HgAlexx commented 1 year ago

Nevermind, I think I found the issue, release underway.

Or1j1n commented 1 year ago

damn, you're fast, ty its resolved now on my end