lzx 22 時間 前
コミット
cf366f2494
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Assets/Scripts/GameLogic/Player/AccountFileInfo.cs

+ 1 - 1
Assets/Scripts/GameLogic/Player/AccountFileInfo.cs

@@ -692,7 +692,7 @@ public class AccountFileInfo : Singleton<AccountFileInfo>
         heroData.upTime = TimeHelper.ClientNow();
         heroData.upTime = TimeHelper.ClientNow();
 
 
         HeroData yindaoHeroData = new HeroData();
         HeroData yindaoHeroData = new HeroData();
-        playerData.yindaoHeroData = heroData;
+        playerData.yindaoHeroData = yindaoHeroData;
         heroData.heroModelId = 101;
         heroData.heroModelId = 101;
         heroData.heroPowerId = 200;
         heroData.heroPowerId = 200;
         heroData.upTime = TimeHelper.ClientNow();
         heroData.upTime = TimeHelper.ClientNow();