mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
AreaTable["ParentAreaNum"] was missing from all expansion DBC layouts, causing getUInt32(i, 0xFFFFFFFF) to return 0 for every area's parent. This made childBitsByParent keyed by 0 instead of the actual parent area IDs, so sub-zone explore bits were never associated with their parent zones on the world map. Result: newly explored sub-zones (e.g. Stormwind Keep) would not reveal their parent continent zones (Stormwind City) because the zone's exploreBits only included the direct zone bit, not sub-zone bits. Fix: add "MapID": 1, "ParentAreaNum": 2 to all expansion AreaTable layouts. |
||
|---|---|---|
| .. | ||
| expansions | ||
| opcodes | ||