small fix

This commit is contained in:
lizhuoyuan 2025-04-29 13:28:24 +08:00
parent ad5cb4e456
commit 3f3d29a734

View File

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