1
This commit is contained in:
parent
ce956abef3
commit
a3f965089a
@ -37,6 +37,7 @@ void RawTeamMember::InitRobot()
|
||||
std::set<int> refreshed_robot_set;
|
||||
robot_meta = MetaMgr::Instance()->RandRobot(refreshed_robot_set);
|
||||
if (robot_meta) {
|
||||
msg.set_avatar_url(a8::Format("%s", {50001 + (robot_meta->i->id() % 3)}));
|
||||
#if 1
|
||||
msg.set_hero_id(30100 + 100 * (robot_meta->i->id() % 3));
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user