From a2ec80b14ced0d32e5929af6286667de63e9d0ae Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 20 Dec 2022 16:01:28 +0100 Subject: Core/vmaps: Stop worldserver startup when gameobject models cannot be loaded --- src/common/Collision/Models/GameObjectModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/Collision/Models/GameObjectModel.h') diff --git a/src/common/Collision/Models/GameObjectModel.h b/src/common/Collision/Models/GameObjectModel.h index a8a5c6fc5e0..a84fac60aa2 100644 --- a/src/common/Collision/Models/GameObjectModel.h +++ b/src/common/Collision/Models/GameObjectModel.h @@ -97,6 +97,6 @@ private: bool isWmo; }; -TC_COMMON_API void LoadGameObjectModelList(std::string const& dataPath); +TC_COMMON_API bool LoadGameObjectModelList(std::string const& dataPath); #endif // _GAMEOBJECT_MODEL_H -- cgit v1.2.3