fix: Fixes champs stop (#1440)

This commit is contained in:
Kamron Batman 2023-08-03 20:36:01 -07:00 committed by GitHub
parent 4b8e2d407b
commit 29ffc9cd52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -365,7 +365,7 @@ public partial class ChampionSpawn : Item
return;
}
Active = false;
_active = false;
ActivatedByValor = false;
HasBeenAdvanced = false;
MaxLevel = 0;