diff --git a/logic/service/fight/fightc.go b/logic/service/fight/fightc.go index 0d8db85b6..1e07ae6b7 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) {