if you guys would like to automate this with PQR put this code into an ability
replace /chicken with whatever emote, as well as the item nameInteractUnit("Innkeeper Firebrew")RunMacroText("/chicken")
for bag = 0,4,1 do
for slot = 1, 32, 1 do
local name = GetContainerItemLink(bag,slot)
if name and string.find(name,"Ironforge Mint")
then PickupContainerItem(bag,slot) DeleteCursorItem()
end
end
end
also note that with this code, i use auto quest accepter and turn in addon, if you don't, you will have to add code or just go download it