changed Infstamina method

This commit is contained in:
2200151533
2024-01-23 13:43:04 +08:00
parent 3988ac5d87
commit b4150339bb
2 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ namespace DX11_Base {
{
if (Config.GetPalPlayerCharacter()->CharacterParameterComponent != NULL)
{
Config.GetPalPlayerCharacter()->CharacterParameterComponent->SP.Value = 9999;
Config.GetPalPlayerCharacter()->CharacterParameterComponent->ResetSP();
}
}
}