View Single Post
10-24-20, 06:52 PM   #5
Dools1337
A Defias Bandit
 
Dools1337's Avatar
Join Date: Jan 2017
Posts: 2
If anyone is looking for the updated macro :

/run for i=1,C_QuestLog.GetNumQuestLogEntries() do C_QuestLog.SetSelectedQuest(C_QuestLog.GetInfo(i).questID); C_QuestLog.SetAbandonQuest(); C_QuestLog.AbandonQuest(); end

As referenced here :

https://www.townlong-yak.com/framexm...ion#s:questlog

P.S : Sorry for necro
  Reply With Quote