mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
Set the Identifier for MOP maps (p1.4)
This commit is contained in:
parent
1c4b3057a3
commit
19cb9569b1
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue