From d8beb39e9ab99d28d5b346f09ccec10feb62aa99 Mon Sep 17 00:00:00 2001 From: xinian Date: Sun, 8 Mar 2026 20:03:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E6=88=98=E6=96=97?= =?UTF-8?q?=E7=BB=93=E6=9D=9F=E6=97=B6=E7=9A=84=E5=B9=BF=E6=92=AD=E8=B0=83?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logic/service/fight/fightc.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/logic/service/fight/fightc.go b/logic/service/fight/fightc.go index 0d8db85b..1e07ae6b 100644 --- a/logic/service/fight/fightc.go +++ b/logic/service/fight/fightc.go @@ -321,12 +321,12 @@ func (f *FightC) enterturn(firstAttack, secondAttack *action.SelectSkillAction) }) f.Switch = make(map[uint32]*action.ActiveSwitchAction) if f.closefight && f.Info.Mode == info.BattleMode.PET_MELEE { - f.Broadcast(func(fighter *input.Input) { - if fighter.UserID != f.WinnerId { - fighter.Player.SendPackCmd(2505, &attackValueResult) - } + // f.Broadcast(func(fighter *input.Input) { + // if fighter.UserID != f.WinnerId { + // fighter.Player.SendPackCmd(2505, &attackValueResult) + // } - }) + // }) return } f.Broadcast(func(fighter *input.Input) {