View Single Post
07-01-12, 07:20 AM   #35
Talyrius
An Onyxian Warder
 
Talyrius's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 363
Originally Posted by Nimhfree View Post
QueryQuestsCompleted() still is not implemented in the beta that allows addons to run.
I'm curious as to why. Hopefully, they aren't planning to completely remove it. This would make me very sad.

Originally Posted by yoshimo View Post
Try
Code:
IsQuestFlaggedCompleted(QuestID)
a lot weaker, but it seems to return 1 if completed and nil if not completed.
I hope this isn't excessively throttled if it's intended to be used in place of QueryQuestsCompleted().

Last edited by Talyrius : 07-01-12 at 08:18 AM.