Cross Compatibility Update (code included) #84


Open
  • tw_vincent created this issue Apr 30, 2017

    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.

  • tw_vincent edited description Apr 30, 2017
  • tw_vincent edited description Jun 3, 2017
  • tw_vincent edited description Jun 3, 2017

To post a comment, please login or register a new account.