|
@@ -693,9 +693,9 @@ public class AccountFileInfo : Singleton<AccountFileInfo>
|
|
|
|
|
|
HeroData yindaoHeroData = new HeroData();
|
|
HeroData yindaoHeroData = new HeroData();
|
|
playerData.yindaoHeroData = yindaoHeroData;
|
|
playerData.yindaoHeroData = yindaoHeroData;
|
|
- heroData.heroModelId = 101;
|
|
|
|
- heroData.heroPowerId = 200;
|
|
|
|
- heroData.upTime = TimeHelper.ClientNow();
|
|
|
|
|
|
+ yindaoHeroData.heroModelId = 101;
|
|
|
|
+ yindaoHeroData.heroPowerId = 200;
|
|
|
|
+ yindaoHeroData.upTime = TimeHelper.ClientNow();
|
|
|
|
|
|
//添加第一关地图数据
|
|
//添加第一关地图数据
|
|
PlacesData placesData = new PlacesData();
|
|
PlacesData placesData = new PlacesData();
|