From 99d090ad2bb73801a5be0328666fe1ad88c1f5d9 Mon Sep 17 00:00:00 2001 From: Xurkon Date: Sun, 10 May 2026 13:03:45 -0500 Subject: [PATCH] Remove [946]=668 from UiMapIdOverrides - both Sunstrider and Northshire use 946 as ghost map, cache handles per-zone resolution --- Database/Zones/zoneDB.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Database/Zones/zoneDB.lua b/Database/Zones/zoneDB.lua index e4559ec..c6316ae 100644 --- a/Database/Zones/zoneDB.lua +++ b/Database/Zones/zoneDB.lua @@ -52,7 +52,8 @@ local UiMapIdOverrides = { [1415] = 668, -- Eastern Kingdoms (matches Undercity on Ascension) [1241] = 3430, -- Sunstrider Isle (uiMapId 1241 → areaId 3430) [1238] = 668, -- Northshire Valley child map (Conquest of Azeroth) - [946] = 668, -- Northshire Valley zone map (Conquest of Azeroth) - GetCurrentUiMapID() returns 946, not 1238 + -- [946] = 668 removed: both Sunstrider Isle AND Northshire Valley use 946 as ghost/zone map, + -- so 946 cannot be overridden to a single zone. Instead, uiMapIdToAreaIdCache handles both. } -- Sunstrider Isle overrides (separate from Northshire since they're different Ascension realms)