Core/Extractors : Fix MMAP version, you should be able to extract them and use them again
This commit is contained in:
parent
e25a499c78
commit
90485322eb
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ namespace DisableMgr
|
|||
}
|
||||
|
||||
#define MMAP_MAGIC 0x4d4d4150 // 'MMAP'
|
||||
#define MMAP_VERSION 5
|
||||
#define MMAP_VERSION 3
|
||||
|
||||
struct MmapTileHeader
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue