From fa313b010d14c4bbedc05a798c38465797867331 Mon Sep 17 00:00:00 2001 From: Urtgard <13890391+Urtgard@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:49:20 +0100 Subject: [PATCH] disable micelanous tracking until there is an option for it --- WQAchievements.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WQAchievements.lua b/WQAchievements.lua index d4629f2..7285298 100644 --- a/WQAchievements.lua +++ b/WQAchievements.lua @@ -279,7 +279,7 @@ function WQA:CreateQuestList() end if (data.miscellaneous) then - self:AddMiscellaneous(data.miscellaneous) + -- self:AddMiscellaneous(data.miscellaneous) end end