Repeated missions do not update completion time #136


  • Defect
Open
  • mikiurban created this issue Dec 13, 2016

    if you log out with a mission in progress, then finish it and restart the same mission somewhere else (like a 2nd computer or the WoW Legion app) the addon will not rescan the completion time when you log in.   It will say "Complete" until the 2nd one finishes.  This only happens when you have a lowbie alt that only gets the same 3 XP and AP missions over and over.

  • mikiurban added a tag Defect Dec 13, 2016
  • Forge_User_32160322 posted a comment May 31, 2017

    comment lines 1293, 1294 and 1315 in core.lua :

            --if not globalDb.data[charInfo.realmName][charInfo.playerName].missions[garrisonMission.missionID]
            --        or globalDb.data[charInfo.realmName][charInfo.playerName].missions[garrisonMission.missionID].start == -1 then

    ...

            --end


    Edited May 31, 2017

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