View Single Post
08/19/18, 01:46 PM   #4
Kyoma
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 125
If you mean just iterating from 0 to x and check for valid quests it wouldn't really work as you expect. It still only gives you info on quests you've completed on that character, not if the questId is valid in general. You might as well loop with GetNextCompletedQuestId then.
  Reply With Quote