aboutsummaryrefslogtreecommitdiff
path: root/src/common/Collision/Management/VMapManager2.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-01-22 12:06:02 +0100
committerShauren <shauren.trinity@gmail.com>2017-01-22 12:06:02 +0100
commitc90882ed6e2aba3b2d421abdc17cb57bea61d04b (patch)
tree3daf95f79375d77574bb1c92806263581db90af2 /src/common/Collision/Management/VMapManager2.cpp
parentc83092a1276f522cf11f5e3ceded7306e8fdb937 (diff)
Core/Vmaps: Changed error message when loading outdated vmaps
Closes #18431 Closes #18857
Diffstat (limited to 'src/common/Collision/Management/VMapManager2.cpp')
-rw-r--r--src/common/Collision/Management/VMapManager2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Collision/Management/VMapManager2.cpp b/src/common/Collision/Management/VMapManager2.cpp
index 74d6c734053..9981f722456 100644
--- a/src/common/Collision/Management/VMapManager2.cpp
+++ b/src/common/Collision/Management/VMapManager2.cpp
@@ -324,7 +324,7 @@ namespace VMAP
}
}
- bool VMapManager2::existsMap(const char* basePath, unsigned int mapId, int x, int y)
+ LoadResult VMapManager2::existsMap(const char* basePath, unsigned int mapId, int x, int y)
{
return StaticMapTree::CanLoadMap(std::string(basePath), mapId, x, y);
}