fix: nexus force explorer missions

Tested that a charcter with the mission requirements met now has the mission completed upon logging in
This commit is contained in:
David Markowitz
2025-05-02 17:17:49 -07:00
parent b31f9670d1
commit 00a69909f8
2 changed files with 24 additions and 3 deletions

View File

@@ -16,7 +16,9 @@ enum class eCharacterVersion : uint32_t {
VAULT_SIZE,
// Fixes speed base value in level component
SPEED_BASE,
UP_TO_DATE, // will become NJ_JAYMISSIONS
// Fixes nexus force explorer missions
NJ_JAYMISSIONS,
UP_TO_DATE, // will become NEXUS_FORCE_EXPLORER
};
#endif //!__ECHARACTERVERSION__H__