EC: automatically accept pet rez

ForeverFunForeverFun Posts: 1,006
edited June 28 in General Discussions

File: GumpsParsing.lua,
function GumpsParsing.ShowHide()
Add handling for gumpID case 477

		elseif (gumpID == 477)	then	-- pet rez Gump
GumpsParsing.PressButton(gumpID, 1) -- 2 = cancel, 1 = accept rez.
GumpsParsing.ToShow[gumpID] = 0


Sign In or Register to comment.