mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(Tools/Mapextractor): Fix water height redundancy algorithm ignoring "no water" (#10947)
This commit is contained in:
committed by
GitHub
parent
8b531b034b
commit
090cc5e2c6
@@ -13,7 +13,7 @@
|
||||
#define SIZE_OF_GRIDS 533.3333f
|
||||
|
||||
#define MMAP_MAGIC 0x4d4d4150 // 'MMAP'
|
||||
#define MMAP_VERSION 12
|
||||
#define MMAP_VERSION 13
|
||||
|
||||
struct MmapTileHeader
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user