fix: Fixes champs start (#1439)

This commit is contained in:
Kamron Batman 2023-08-01 19:46:54 -07:00 committed by GitHub
parent a9a2a89908
commit 4b8e2d407b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -335,7 +335,7 @@ public partial class ChampionSpawn : Item
};
}
Active = true;
_active = true;
ReadyToActivate = false;
HasBeenAdvanced = false;
MaxLevel = 16 + Utility.Random(3);