diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index eafd1f36..c3b1bc07 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -2307,6 +2307,7 @@ void Human::SendBattleReport() hum->sending_battlereport_ = false; hum->already_report_battle_ = true; hum->stats.ParseReward(data); + hum->SendGameOver(); }; auto on_error = [] (a8::XParams& param, const std::string& response)