From bc2f2220361fac3c155ab8a55643caa139aa921d Mon Sep 17 00:00:00 2001 From: xinian Date: Fri, 27 Feb 2026 10:48:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E5=91=BD=E5=90=8DDamageLo?= =?UTF-8?q?ck=E4=B8=BADamageLockEx=E4=BB=A5=E6=9B=B4=E5=87=86=E7=A1=AE?= =?UTF-8?q?=E8=A1=A8=E8=BE=BE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logic/service/fight/boss/NewSeIdx_113.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic/service/fight/boss/NewSeIdx_113.go b/logic/service/fight/boss/NewSeIdx_113.go index 8738dc1ed..c33b7085d 100644 --- a/logic/service/fight/boss/NewSeIdx_113.go +++ b/logic/service/fight/boss/NewSeIdx_113.go @@ -13,7 +13,7 @@ type NewSel113 struct { count int } -func (e *NewSel113) DamageLock(t *info.DamageZone) bool { +func (e *NewSel113) DamageLockEx(t *info.DamageZone) bool { //魂印特性有不在场的情况,绑定时候将精灵和特性绑定 if e.ID().GetCatchTime() != e.Ctx().Our.CurrentPet.Info.CatchTime { return true