Core/Extractors : Fix MMAP version, you should be able to extract them and use them again

This commit is contained in:
Blumfield
2017-02-07 14:37:03 +01:00
parent e25a499c78
commit 90485322eb

View File

@@ -24,7 +24,7 @@ namespace DisableMgr
}
#define MMAP_MAGIC 0x4d4d4150 // 'MMAP'
#define MMAP_VERSION 5
#define MMAP_VERSION 3
struct MmapTileHeader
{