1
This commit is contained in:
parent
fbae6ea453
commit
38f3a4543a
@ -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}");
|
||||
|
Loading…
x
Reference in New Issue
Block a user