This commit is contained in:
aozhiwei 2023-03-16 17:30:07 +08:00
parent 5cced8868a
commit 9a7c1657e7

View File

@ -377,8 +377,7 @@ void Room::CreateAndroid(int robot_num)
Android* hum = EntityFactory::Instance()->MakeAndroid(AllocUniid());
hum->name = robot_meta->name();
// 999
#if 1
#if 0
hum->meta = mt::Hero::GetById(30100);
#else
hum->meta = mt::Hero::GetById(robot_meta->hero_id());