diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 6daf86e..20a2253 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -2371,6 +2371,7 @@ void Human::GenZbModeBattleReportData(a8::MutableXObject* params) params->SetVal("game_time", time(nullptr)); params->SetVal("rank", rank); params->SetVal("kills", stats.kills); + params->SetVal("room_uuid", room->GetRoomUuid()); } void Human::DeadDrop()