From de4617cd6b54da86b529468bc52ff1e3fc3d2ce6 Mon Sep 17 00:00:00 2001 From: xinian Date: Sun, 1 Mar 2026 16:14:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=96=87=E4=BB=B6=20player.g?= =?UTF-8?q?o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logic/service/player/player.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic/service/player/player.go b/logic/service/player/player.go index 5f66f583..82aaf2a2 100644 --- a/logic/service/player/player.go +++ b/logic/service/player/player.go @@ -57,7 +57,7 @@ func (o *OgrePetInfo) GetLevel() int { // handleNPCFightSpecial 处理NPC战斗特殊情况 func (o *OgrePetInfo) HandleNPCFightSpecial(can int) { - if can == 0 && o.Ext != 0 { + if can == 0 && o.Ext == 0 {//不能抓并且不是尼尔 o.IsCapture = 0 return }