This commit is contained in:
aozhiwei 2023-05-26 18:45:25 +08:00
parent c0d4af59c1
commit 7c6b7a2b5b

View File

@ -3713,7 +3713,8 @@ void Room::CreateWorldObjects()
break;
case 2:
{
#if 0
#ifdef DEBUG
#else
const mt::Hero* hero_meta = mt::Hero::GetById(std::get<1>(tuple));
if (hero_meta) {
Position hero_pos;