diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 5dbc32e..5330372 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -3838,7 +3838,7 @@ void Human::SendRollMsgEx(KillInfo& info, } else if (target->team_id == hum->team_id) { element->mutable_union_obj_1()->set_color(MetaMgr::Instance()->teammate_bekill_color); } else{ - element->mutable_union_obj_1()->set_color(0xFFFFFF); + element->mutable_union_obj_1()->clear_color(); } } }