From 096bc355d55f3c1f6fa4077451971dd8c9a9cb6e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 30 Oct 2023 11:58:47 +0800 Subject: [PATCH] 1 --- server/gameserver/mt/Map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/gameserver/mt/Map.h b/server/gameserver/mt/Map.h index d1d74d49..45c568dd 100644 --- a/server/gameserver/mt/Map.h +++ b/server/gameserver/mt/Map.h @@ -36,8 +36,8 @@ namespace mt std::vector> _world_objects; std::map>> _group_world_objects; MapCollider* collider_info = nullptr; - std::vector>> moba_born_points; - std::vector>> moba_path_points; + std::vector, int>>> moba_born_points; + std::vector, int>>> moba_path_points; std::string RandTemplate() const; int GetCarLimit(int car_id) const;