mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-24 02:08:34 +00:00
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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user