From 8a10948775298ddee771d4d8722fc85a193f9b06 Mon Sep 17 00:00:00 2001 From: 1 <1@72wo.cn> Date: Fri, 21 Nov 2025 03:07:17 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=A9=BA=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logic/service/fight/effect/effect_56.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic/service/fight/effect/effect_56.go b/logic/service/fight/effect/effect_56.go index e51d844ae..5371ec6a5 100644 --- a/logic/service/fight/effect/effect_56.go +++ b/logic/service/fight/effect/effect_56.go @@ -16,7 +16,7 @@ type Effect56 struct { func (e *Effect56) Turn_Start(fattack *action.SelectSkillAction, sattack *action.SelectSkillAction) { - e.oldtype = e.Ctx().Opp.CurrentPet.PetInfo.Type + e.oldtype = e.Ctx().Our.CurrentPet.PetInfo.Type e.Ctx().Our.CurrentPet.PetInfo.Type = e.Ctx().Opp.CurrentPet.PetInfo.Type } func init() {