From 94e28e2601546b573b0dee3c87b8577cbf89a4db Mon Sep 17 00:00:00 2001 From: 1 <1@72wo.cn> Date: Thu, 30 Oct 2025 02:55:15 +0000 Subject: [PATCH] =?UTF-8?q?```=20fix(model):=20=E9=99=90=E5=88=B6=E5=AE=A0?= =?UTF-8?q?=E7=89=A9=E6=8A=80=E8=83=BD=E5=88=97=E8=A1=A8=E9=95=BF=E5=BA=A6?= =?UTF-8?q?=E4=B8=BA4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/blazing/model/pet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blazing/model/pet.go b/modules/blazing/model/pet.go index 59d357c2..efa7e21b 100644 --- a/modules/blazing/model/pet.go +++ b/modules/blazing/model/pet.go @@ -304,7 +304,7 @@ func GenPetInfo( } } - + p.SkillList = p.SkillList[:4] // ---- 属性计算 ---- p.CalculatePetPane() p.Hp = p.MaxHp