fix: 修正宠物面板计算参数

This commit is contained in:
xinian
2026-03-23 22:00:05 +08:00
committed by cnb
parent 705eb31007
commit 09d58c1f14
11 changed files with 418 additions and 76 deletions

View File

@@ -651,7 +651,7 @@ func GenPetInfo(
}
// ---- 属性计算 ----
p.CalculatePetPane(true)
p.CalculatePetPane(0)
p.Update(false)