mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-07 17:43:51 +00:00
Two related zone-manifest bugs: 1. displayName was always overwritten with the .adt prefix on every export, throwing away whatever the user typed in the Zone Metadata panel. 2. tiles vector was push_back'd to without clearing, so re-exporting the same zone would accumulate duplicate tile entries. Both fixed by checking displayName.empty() before assignment and calling tiles.clear() before the rebuild loop. |
||
|---|---|---|
| .. | ||
| asset_extract | ||
| auth_login_probe | ||
| auth_probe | ||
| blp_convert | ||
| dbc_to_csv | ||
| editor | ||
| asset_pipeline_gui.py | ||
| backup_assets.sh | ||
| diff_classic_turtle_opcodes.py | ||
| gen_opcode_registry.py | ||
| generate_ffx_sdk_vk_permutations.sh | ||
| m2_viewer.py | ||
| opcode_map_utils.py | ||
| validate_opcode_maps.py | ||