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;