``` fix(model): 限制宠物技能列表长度为4

This commit is contained in:
1
2025-10-30 02:55:15 +00:00
parent ac75275dff
commit 94e28e2601

View File

@@ -304,7 +304,7 @@ func GenPetInfo(
}
}
p.SkillList = p.SkillList[:4]
// ---- 属性计算 ----
p.CalculatePetPane()
p.Hp = p.MaxHp