Feast IDs
geach opened this issue ยท 1 comments
The feast ids that you have are for each rank in the cooking profession to create feast. The spell id for placing a feast is a different ID.
Which makes the lua for the feast buffs something like:
[201352] = { category="Feast", itemid=133579, limit=35, }, -- lavish-suramar-feast
[201351] = { category="Feast", itemid=133578, limit=35, }, -- Hearty Feast
Hope that helps.