This is a modified version based on the fix by stako, packed for your convenience. The interface version is also bumped up to 40300.
|
Originally Posted by stako
Open Buffet.lua and at the very bottom where it shows:
Code:
EditMacro(macroid, name, 1, substring:gsub("%%MACRO%%", body), 1)
Change it to:
Code:
EditMacro(macroid, name, "INV_MISC_QUESTIONMARK", substring:gsub("%%MACRO%%", body), 1)
|