View Single Post
08-31-20, 10:03 AM   #14
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,871
Lua Code:
  1. local completed = C_QuestLog.GetAllCompletedQuestIDs()
  2. for i=1, #completed do
  3.       local id = completed[i]
  4.       -- do whatever with the id
  5. end
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote