This commit is contained in:
aozhiwei 2023-05-26 17:34:16 +08:00
parent 1cfa2fd7b5
commit 91d7423990

View File

@ -3713,6 +3713,7 @@ void Room::CreateWorldObjects()
break; break;
case 2: case 2:
{ {
#if 0
const mt::Hero* hero_meta = mt::Hero::GetById(std::get<1>(tuple)); const mt::Hero* hero_meta = mt::Hero::GetById(std::get<1>(tuple));
if (hero_meta) { if (hero_meta) {
Position hero_pos; Position hero_pos;
@ -3729,6 +3730,7 @@ void Room::CreateWorldObjects()
dir, dir,
team_id); team_id);
} }
#endif
} }
break; break;
default: default: