diff options
| author | Golrag <Golrag@users.noreply.github.com> | 2017-06-06 13:25:55 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2017-06-06 13:25:55 +0200 |
| commit | a5819bdadd5a6acbe7051794615e11fd697a4036 (patch) | |
| tree | dce7d5ae1ab30aef7367ab3ae896998a4d1ba41a /src/common | |
| parent | 9b346dc22b7aaf1f2a7dddb6b629478972231214 (diff) | |
Core/VMaps: Fix LoS in Strand of the Ancients
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/Collision/VMapDefinitions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Collision/VMapDefinitions.h b/src/common/Collision/VMapDefinitions.h index 5af52770dd3..bd2b1cd70e0 100644 --- a/src/common/Collision/VMapDefinitions.h +++ b/src/common/Collision/VMapDefinitions.h @@ -25,8 +25,8 @@ namespace VMAP { - const char VMAP_MAGIC[] = "VMAP_4.4"; - const char RAW_VMAP_MAGIC[] = "VMAP044"; // used in extracted vmap files with raw data + const char VMAP_MAGIC[] = "VMAP_4.5"; + const char RAW_VMAP_MAGIC[] = "VMAP045"; // used in extracted vmap files with raw data const char GAMEOBJECT_MODELS[] = "GameObjectModels.dtree"; // defined in TileAssembler.cpp currently... |
