fix(fight): 修复空变更提交问题
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user