Global Map - Mixed-up planes (temporary fix)
Posted: Tue Dec 28, 2021 4:01 pm
https://www.nexusclash.com/clash.php?op=map has the following issues with the planes:
- * Stygia and Elysium are swapped
* Purgatorio and PurgatorioUG are swapped. So is their tiledata.
Code: Select all
let swap_temp = window.mapDim[404];
window.mapDim[404] = window.mapDim[405];
window.mapDim[405] = swap_temp;
document.getElementById('navbarsExample08').children[0].children[3].children[0].value = 402;
document.getElementById('navbarsExample08').children[0].children[4].children[0].value = 403;
document.getElementById('navbarsExample08').children[0].children[5].children[0].value = 404;