View Single Post
10-26-16, 09:14 AM   #3
vvv444
A Murloc Raider
Join Date: Oct 2016
Posts: 5
Actually I just wanted to find out the quest IDs of the quests that I have active. Previously I was just iterating like this:
Code:
for i = 1, GetNumQuestLogEntries() do
   ... GetQuestLink(i) ...
end
The question how do I do it now...