From 3f3d2e65acbe1d47776293ccbe4f3a199a35e581 Mon Sep 17 00:00:00 2001 From: Xurkon Date: Fri, 5 Jun 2026 06:11:44 -0500 Subject: [PATCH] Revert "fix: add missing local profile in QuestieMap.ProcessQueue" This reverts commit 2bdd1801c9bae248fe8bdfe2b2f47199290c88f2. --- Modules/Map/QuestieMap.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/Map/QuestieMap.lua b/Modules/Map/QuestieMap.lua index 4e1aaab..74f0b2d 100644 --- a/Modules/Map/QuestieMap.lua +++ b/Modules/Map/QuestieMap.lua @@ -356,7 +356,6 @@ function QuestieMap.ProcessQueue() end local scaleValue = QuestieMap.GetScaleValue() - local profile = Questie.db.profile for _ = 1, math.min(24, math.max(#mapDrawQueue, #minimapDrawQueue)) do local mapDrawCall = tremove(mapDrawQueue, 1); if mapDrawCall then