fix: ninjago missions remove items

fixes an issue where this mission was completed prior to a bug fix, causing the items to remain in the inventory.

Tested that players with the mission completed have the item correctly removed from their inventory.
This commit is contained in:
David Markowitz
2024-10-29 21:51:13 -07:00
parent bfe6900c26
commit 719717b23c
2 changed files with 22 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ enum class eCharacterVersion : uint32_t {
// Fixes vault size value
VAULT_SIZE,
// Fixes speed base value in level component
SPEED_BASE,
UP_TO_DATE, // will become SPEED_BASE
};