diff --git a/Modules/Libs/QuestiePluginAPI.lua b/Modules/Libs/QuestiePluginAPI.lua index 704f71f..ffeaa2a 100644 --- a/Modules/Libs/QuestiePluginAPI.lua +++ b/Modules/Libs/QuestiePluginAPI.lua @@ -143,6 +143,7 @@ function QuestiePlugin:InjectZoneTables(customZoneTables) if uiMapId ~= areaId then ZoneDB.private.subZoneToParentZone[uiMapId] = areaId + ZoneDB.private.areaIdToUiMapId[uiMapId] = uiMapId end end uiMapId, areaId = next(customZoneTables.uiMapIdToAreaId, uiMapId)