Remove [946]=668 from UiMapIdOverrides - both Sunstrider and Northshire use 946 as ghost map, cache handles per-zone resolution

This commit is contained in:
Xurkon
2026-05-10 13:03:45 -05:00
parent 151b2ac679
commit 99d090ad2b
+2 -1
View File
@@ -52,7 +52,8 @@ local UiMapIdOverrides = {
[1415] = 668, -- Eastern Kingdoms (matches Undercity on Ascension) [1415] = 668, -- Eastern Kingdoms (matches Undercity on Ascension)
[1241] = 3430, -- Sunstrider Isle (uiMapId 1241 → areaId 3430) [1241] = 3430, -- Sunstrider Isle (uiMapId 1241 → areaId 3430)
[1238] = 668, -- Northshire Valley child map (Conquest of Azeroth) [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) -- Sunstrider Isle overrides (separate from Northshire since they're different Ascension realms)