This commit is contained in:
aozhiwei 2023-05-26 21:24:11 +08:00
parent c36e597e03
commit 98d7e17848

View File

@ -3717,7 +3717,7 @@ void Room::CreateWorldObjects()
break; break;
case 2: case 2:
{ {
#ifdef DEBUG #ifdef DEBUG1
#else #else
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) {