Changed propType that triggers the cheat

This commit is contained in:
Andrei Abrudan 2022-06-30 19:38:34 +01:00
parent 4057abcc2c
commit 95b5ba6f52

View File

@ -62,7 +62,7 @@ namespace cheat::feature
propType != PT::PROP_CUR_PERSIST_STAMINA &&
propType != PT::PROP_CUR_TEMPORARY_STAMINA);
if (propType == PT::PROP_PLAYER_LEVEL)
if (propType == PT::PROP_PLAYER_WORLD_LEVEL_LIMIT)
max_stamina = true;
if (propType == PT::PROP_MAX_STAMINA)
max_stamina = false;