This commit is contained in:
aozhiwei 2021-06-02 16:02:02 +08:00
parent fbae6ea453
commit 38f3a4543a

View File

@ -3761,6 +3761,10 @@ void Human::SendRollMsgEx(KillInfo& info,
auto element = pb_msg->add_elements();
element->set_element_type(2);
element->mutable_union_obj_2()->set_id(equip_meta->i->text_icon());
} else {
auto element = pb_msg->add_elements();
element->set_element_type(2);
element->mutable_union_obj_2()->set_id(info.weapon_id);
}
result = "";
p = p1 + strlen("${weapon_text_icon}");