Compare commits

..

No commits in common. "master" and "v1.0" have entirely different histories.
master ... v1.0

View File

@ -152,7 +152,7 @@ namespace H5MotaUpdate.ViewModels
} }
if (heroData["equipment"] == null) if (heroData["equipment"] == null)
{ {
heroData["equipment"] = new JArray(); // 预防某些超级老样板没有hero.equipment heroData["equipment"] = new JArray(); // 预防某些超级老样板没有hero.equipment}
} }
heroData.Remove("experience"); heroData.Remove("experience");