mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
feat(Core/Vmaps): Changed error message when loading outdated vmaps (#10490)
This commit is contained in:
committed by
GitHub
parent
e8e8c34590
commit
cc5f26db7f
@@ -379,7 +379,7 @@ namespace VMAP
|
||||
}
|
||||
}
|
||||
|
||||
bool VMapMgr2::existsMap(const char* basePath, unsigned int mapId, int x, int y)
|
||||
LoadResult VMapMgr2::existsMap(const char* basePath, unsigned int mapId, int x, int y)
|
||||
{
|
||||
return StaticMapTree::CanLoadMap(std::string(basePath), mapId, x, y);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user