mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 19:07:15 +09:00
changed Infstamina method
This commit is contained in:
parent
3988ac5d87
commit
b4150339bb
@ -150,7 +150,7 @@
|
|||||||
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
||||||
<LanguageStandard>stdcpplatest</LanguageStandard>
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
||||||
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
||||||
<AdditionalIncludeDirectories>D:\case\repos;D:\case\DX11-ImGui-Internal-Hook-main;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
<AdditionalIncludeDirectories>D:\case\repos;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<SubSystem>Windows</SubSystem>
|
<SubSystem>Windows</SubSystem>
|
||||||
|
@ -325,7 +325,7 @@ namespace DX11_Base {
|
|||||||
{
|
{
|
||||||
if (Config.GetPalPlayerCharacter()->CharacterParameterComponent != NULL)
|
if (Config.GetPalPlayerCharacter()->CharacterParameterComponent != NULL)
|
||||||
{
|
{
|
||||||
Config.GetPalPlayerCharacter()->CharacterParameterComponent->SP.Value = 9999;
|
Config.GetPalPlayerCharacter()->CharacterParameterComponent->ResetSP();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user