diff --git a/Modules/Map/QuestieMap.lua b/Modules/Map/QuestieMap.lua index 74f0b2d..4e1aaab 100644 --- a/Modules/Map/QuestieMap.lua +++ b/Modules/Map/QuestieMap.lua @@ -356,6 +356,7 @@ 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