From abdf52cdc1f3f9ea315421e9446b0264c6bde23d Mon Sep 17 00:00:00 2001 From: David Markowitz <39972741+EmosewaMC@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:04:26 -0700 Subject: [PATCH] Update eCharacterVersion.h --- dCommon/dEnums/eCharacterVersion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dCommon/dEnums/eCharacterVersion.h b/dCommon/dEnums/eCharacterVersion.h index dc8e5032..683951e3 100644 --- a/dCommon/dEnums/eCharacterVersion.h +++ b/dCommon/dEnums/eCharacterVersion.h @@ -16,7 +16,7 @@ enum class eCharacterVersion : uint32_t { VAULT_SIZE, // Fixes speed base value in level component SPEED_BASE, - UP_TO_DATE, // will become SPEED_BASE + UP_TO_DATE, // will become NJ_JAYMISSIONS }; #endif //!__ECHARACTERVERSION__H__