diff --git a/server/gameserver/room.cc b/server/gameserver/room.cc index e5e92928..e72776ff 100644 --- a/server/gameserver/room.cc +++ b/server/gameserver/room.cc @@ -3713,6 +3713,7 @@ void Room::CreateWorldObjects() break; case 2: { + #if 0 const mt::Hero* hero_meta = mt::Hero::GetById(std::get<1>(tuple)); if (hero_meta) { Position hero_pos; @@ -3729,6 +3730,7 @@ void Room::CreateWorldObjects() dir, team_id); } + #endif } break; default: