WoW-Pro Guides

WoW-Pro Guides

3M Downloads

New character same name & dailies

CodingDino opened this issue ยท 3 comments

commented

New characters with the same name and daily quests both have a problem with auto-completing based on the completedQIDs table. I figure out why this is today - when we pull Blizzard's list of QIDs, it doesn't re-initialize the table first! This was so obvious I feel a facepalm is in order here.

Basically, anything that needs to be set to "true" is. But any quests that were marked "true" are NOT changed to "false".

This can be easily solved by storing the table in the WoWPro namespace, which is reinitialized on /reload or login. I'll fix this for the next version.

Yay mystery solved!

commented

Working on this now.

commented

I'm thinking a find/replace fixed everything. Testing to be sure, though.

commented

Very much a success! Daily quests now show up properly upon /reload or relog. Rejoice!