From 8373903dc1b87bc7f3d7143a679a8e5dcc8c8bcd Mon Sep 17 00:00:00 2001 From: Xurkon Date: Sat, 28 Mar 2026 23:37:50 -0500 Subject: [PATCH] fix: remove customZonesApplied guard to allow ApplyCustomZones to run after Ascension data is injected --- Database/Zones/zoneDB.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/Database/Zones/zoneDB.lua b/Database/Zones/zoneDB.lua index 072cc65..6303702 100644 --- a/Database/Zones/zoneDB.lua +++ b/Database/Zones/zoneDB.lua @@ -68,9 +68,6 @@ function ZoneDB:Initialize() end function ZoneDB:ApplyCustomZones() - if _ZoneDB.customZonesApplied then return end - _ZoneDB.customZonesApplied = true - if not QuestieCompat or not QuestieCompat.UiMapData then return end for uiMapId, data in pairs(QuestieCompat.UiMapData) do