Issue Report: Command /malts max fails to set specific values
Title: Commands /malts max vaults set and max stock set ignore numerical arguments
Description:
There is an issue where the max vaults set and max stock set commands do not apply the specific value provided in the command argument. Instead, the system seems to default to an "Implicit" value regardless of the input.
Steps to Reproduce:
- Execute the command:
/malts:malts max vaults set KhunLeon 1
- Execute the command:
/malts:malts max stock set KhunLeon 1
Actual Result:
- For Vaults: The system responds with
Set max vaults for KhunLeon to 4 (Implicitly: 4) even though 1 was specified.
- For Stock: The system ignores the input value
1 and sets/displays a different implicit value.
Expected Result:
- The system should set the values exactly as specified in the command (e.g., if
1 is entered, the max vaults/stock should become 1).
