mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[11917] Increment map version magic. You have to re-extract maps, vmaps and mmaps
With this commit, Pathfinding is implemented in MaNGOS! Thank you very much to all who contributed, especially to Faramir118 and qsa. Please report bugs and required offmesh changes, so that they can be adressed For *nix users of the extractor, help about compiling content of contrib/ can be found in forums
This commit is contained in:
parent
1d42263285
commit
68b701f5d1
4 changed files with 4 additions and 4 deletions
|
|
@ -277,7 +277,7 @@ void ReadLiquidTypeTableDBC()
|
|||
|
||||
// Map file format data
|
||||
static char const* MAP_MAGIC = "MAPS";
|
||||
static char const* MAP_VERSION_MAGIC = "v1.1";
|
||||
static char const* MAP_VERSION_MAGIC = "v1.2";
|
||||
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