fix: Don't only store properties visited as the cloneID

This commit is contained in:
Aaron Kimbre
2023-07-29 16:34:06 -05:00
parent 304af7922a
commit e167c2ac6c
6 changed files with 33 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ public:
* Sets the uniquely visited list of locations
* @param value the uniquely visited list of locations
*/
void SetUnique(const std::vector<uint32_t>& value);
void SetUnique(const std::vector<uint32_t>& value = {});
/**
* Returns the possibly target values for this mission task for progression