manaGem not returning manaGem in inventory
eskydar opened this issue ยท 0 comments
Describe the bug
bests.manaGem does not return anything in the wrath prepatch release.
To Reproduce
I use the following macro
local bests = ...
local gem = bests.manaGem
local pot = bests.manaPotion
local either = gem or pot
local content = ""
if gem and pot then
content = "/castsequence reset=120 item:" .. gem ..", item:" .. pot
else
content = "/use item:" .. (either or "6948")
end
return "#showtooltip\n" .. content
Related Item
Please provide a WowHead link to the related item if applicable:
https://tbc.wowhead.com/item=22044/mana-emerald
Language
Please specify the language of your wow client:
English