Set the Identifier for MOP maps (p1.4)

This commit is contained in:
Antz 2020-02-17 14:32:40 +00:00
parent 1c4b3057a3
commit 19cb9569b1
No known key found for this signature in database
GPG key ID: 0DF907270598C85F
3 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@
#include <mutex>
char const* MAP_MAGIC = "MAPS";
char const* MAP_VERSION_MAGIC = "c1.4";
char const* MAP_VERSION_MAGIC = "p1.4";
char const* MAP_AREA_MAGIC = "AREA";
char const* MAP_HEIGHT_MAGIC = "MHGT";
char const* MAP_LIQUID_MAGIC = "MLIQ";

View file

@ -76,7 +76,7 @@ namespace MMAP
// see following files:
// src/tools/map-extractor/system.cpp
// src/game/GridMap.cpp
static char const* MAP_VERSION_MAGIC = "c1.4";
static char const* MAP_VERSION_MAGIC = "p1.4";
/**
* @brief
*

View file

@ -414,7 +414,7 @@ void ReadLiquidTypeTableDBC(int const locale)
// Map file format data
static char const* MAP_MAGIC = "MAPS";
static char const* MAP_VERSION_MAGIC = "c1.4";
static char const* MAP_VERSION_MAGIC = "p1.4";
static char const* MAP_AREA_MAGIC = "AREA";
static char const* MAP_HEIGHT_MAGIC = "MHGT";
static char const* MAP_LIQUID_MAGIC = "MLIQ";