mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-04-23 04:19:36 +08:00
忘记 Copy 了
This commit is contained in:
parent
f28e77b3bc
commit
8365c36775
@ -77,7 +77,7 @@ namespace Oshima.Core.Controllers
|
||||
{
|
||||
if (id != null && id > 0 && id <= FunGameSimulation.Characters.Count)
|
||||
{
|
||||
Character c = FunGameSimulation.Characters[Convert.ToInt32(id) - 1];
|
||||
Character c = FunGameSimulation.Characters[Convert.ToInt32(id) - 1].Copy();
|
||||
c.Level = General.GameplayEquilibriumConstant.MaxLevel;
|
||||
c.NormalAttack.Level = General.GameplayEquilibriumConstant.MaxNormalAttackLevel;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user