1
This commit is contained in:
parent
5cced8868a
commit
9a7c1657e7
@ -377,8 +377,7 @@ void Room::CreateAndroid(int robot_num)
|
|||||||
|
|
||||||
Android* hum = EntityFactory::Instance()->MakeAndroid(AllocUniid());
|
Android* hum = EntityFactory::Instance()->MakeAndroid(AllocUniid());
|
||||||
hum->name = robot_meta->name();
|
hum->name = robot_meta->name();
|
||||||
// 999
|
#if 0
|
||||||
#if 1
|
|
||||||
hum->meta = mt::Hero::GetById(30100);
|
hum->meta = mt::Hero::GetById(30100);
|
||||||
#else
|
#else
|
||||||
hum->meta = mt::Hero::GetById(robot_meta->hero_id());
|
hum->meta = mt::Hero::GetById(robot_meta->hero_id());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user