fix: Fixes champs start (#1439)
This commit is contained in:
parent
a9a2a89908
commit
4b8e2d407b
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ public partial class ChampionSpawn : Item
|
|||
};
|
||||
}
|
||||
|
||||
Active = true;
|
||||
_active = true;
|
||||
ReadyToActivate = false;
|
||||
HasBeenAdvanced = false;
|
||||
MaxLevel = 16 + Utility.Random(3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue