diff --git a/Modules/Libs/QuestiePluginAPI.lua b/Modules/Libs/QuestiePluginAPI.lua index db81d54..c4515b6 100644 --- a/Modules/Libs/QuestiePluginAPI.lua +++ b/Modules/Libs/QuestiePluginAPI.lua @@ -218,6 +218,8 @@ function QuestiePlugin:InjectUiMapData(customUiMapData) uiMapId, data = next(customUiMapData.uiMapData, uiMapId) end + ZoneDB:ApplyCustomZones() + Questie:Debug(Questie.DEBUG_DEVELOP, "[QuestiePluginAPI] Plugin '" .. self.name .. "' injected Custom UI Map Data.") end