fix: remove customZonesApplied guard to allow ApplyCustomZones to run after Ascension data is injected

This commit is contained in:
Xurkon
2026-03-28 23:37:50 -05:00
parent 758a4e9524
commit 8373903dc1
-3
View File
@@ -68,9 +68,6 @@ function ZoneDB:Initialize()
end end
function ZoneDB:ApplyCustomZones() function ZoneDB:ApplyCustomZones()
if _ZoneDB.customZonesApplied then return end
_ZoneDB.customZonesApplied = true
if not QuestieCompat or not QuestieCompat.UiMapData then return end if not QuestieCompat or not QuestieCompat.UiMapData then return end
for uiMapId, data in pairs(QuestieCompat.UiMapData) do for uiMapId, data in pairs(QuestieCompat.UiMapData) do