diff --git a/server/gameserver/framemaker.cc b/server/gameserver/framemaker.cc index 2663897a..238fdac6 100644 --- a/server/gameserver/framemaker.cc +++ b/server/gameserver/framemaker.cc @@ -635,9 +635,11 @@ void FrameMaker::SerializeVoices(cs::SMUpdate* msg, Room* room, Human* hum, Fram } #ifdef MYDEBUG if (hum->IsPlayer()) { - hum->SendDebugMsg(a8::Format("ingame_voice sound_id:%d", + hum->SendDebugMsg(a8::Format("ingame_voice sound_id:%d killer_id:%d self_id:%d", { - v->voice_id + v->voice_id, + v->killer_id, + hum->GetUniId() })); #if 0 a8::XPrintf("InGameVoice %d:%s\n", {room->GetRoomIdx(), f8::PbToJson(msg)});