This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Due to Blizzards changing how functions can be used, World Quest Group Finder had to adapt its handling methods.
Request that (line 5202 of SorhaQuestLog\modules\Quests.lua) be updated to the below logic.
if IsAddOnLoaded("WorldQuestGroupFinder") then local pf_WQGF = _G[tostring(questInstance.ID).."GroupFinderButton"]:GetEvent("OnClick") pf_WQGF(questInstance.ID, "LeftButton")
else
With many thanks.
To post a comment, please login or register a new account.