EC: automatically accept "Turn in All" gump
Pub 122 introduces this:
"Treasures of reward vendors now have a “TURN IN ALL” button"
Pressing this button triggers a gump/prompt to turn in the items.
Below change for enhanced client will automatically accept the gump (turn in the items), when pressing "turn in all" button, without prompting.
File: GumpsParsing.lua, function GumpsParsing.ShowHide()
elseif (gumpID == 9298) then -- 9298 reward vendor, "turn in all" gump
GumpsParsing.PressButton(gumpID, 3) -- 3 is YES
GumpsParsing.ToShow[gumpID] = 0