mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-15 04:28:27 +00:00
fix: Don't only store properties visited as the cloneID
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user