fix(fight): 修复空变更提交问题

This commit is contained in:
1
2025-11-11 11:45:09 +00:00
parent d94cda883a
commit 27b408eeec
7 changed files with 52 additions and 57 deletions

View File

@@ -170,7 +170,7 @@ func (h Controller) Escape(data *fight.EscapeFightInboundInfo, c *player.Player)
return nil, 0
}
c.FightC.Over(c, info.BattleOverReason.PlayerEscape)
c.FightC.Over(c, info.BattleOverReason.PlayerEscape, nil)
return nil, 0
}