MapExtraction: Fix water height redundancy algorithm ignoring "no water" (#26324)

* MapExtraction: Fix water height redundancy algorithm ignoring "no water"

* Update MMAP_VERSION

* Change map version

Co-authored-by: jackpoz <giacomopoz@gmail.com>
(cherry picked from commit 00da074109)
This commit is contained in:
killerwife
2021-04-04 21:52:57 +02:00
committed by Shauren
parent 1ba940b17a
commit 2467f799bb
3 changed files with 5 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
#include "MapDefines.h"
u_map_magic const MapMagic = { { 'M','A','P','S' } };
uint32 const MapVersionMagic = 9;
uint32 const MapVersionMagic = 10;
u_map_magic const MapAreaMagic = { { 'A','R','E','A' } };
u_map_magic const MapHeightMagic = { { 'M','H','G','T' } };
u_map_magic const MapLiquidMagic = { { 'M','L','I','Q' } };