LockedOut

LockedOut

104k Downloads

Track Pet Weekly Dungeons

chancedj opened this issue ยท 0 comments

commented

BullyToday at 10:24 AM
Feature request: track completion of the Pet dungeon weekly quests
Currently I'm just using a macro:
/run local t={[45539]="Wailing Caverns", [46292]="Deadmines"} for k,v in pairs(t) do print(v,"is",IsQuestFlaggedCompleted(k) and "done." or "NOT done.") end