mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-06-03 13:41:43 -04:00
The shared helper only probed custom_zones/models/ + output/models/, but the editor's exportZone writes to output/<map>/models/. Added an extraPrefixes parameter that's tried before the defaults — main game's terrain_manager now passes ['output/<map>/models/', 'custom_zones/<map>/ models/'] so per-zone WOM exports override globals. Also removes the last duplicate WOM-loading code from terrain_manager.