mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-14 22:28:47 +00:00
fix: Don't only store properties visited as the cloneID
This commit is contained in:
@@ -15,7 +15,9 @@ enum class eCharacterVersion : uint32_t {
|
||||
// Fixes vault size value
|
||||
VAULT_SIZE,
|
||||
// Fixes speed base value in level component
|
||||
UP_TO_DATE, // will become SPEED_BASE
|
||||
SPEED_BASE,
|
||||
// Fix Tracking of properties visited for achievements
|
||||
UP_TO_DATE // Will become PROPERTIES_VISITED
|
||||
};
|
||||
|
||||
#endif //!__ECHARACTERVERSION__H__
|
||||
|
||||
Reference in New Issue
Block a user