Update instance_onyxias_lair.cpp

This commit is contained in:
Grimfeather
2025-06-06 19:48:33 +02:00
committed by GitHub
parent 7cad64f0f9
commit d761948ddd

View File

@@ -138,10 +138,8 @@ public:
if (player->GetLevel() < 80)
{
player->SetRaidDifficulty(RAID_DIFFICULTY_10MAN_HEROIC);
player->TeleportTo(249, 29.1607f, -71.3372f, -8.18032f, 4.58f);
}
player->TeleportTo(249, 29.1607f, -71.3372f, -8.18032f, 4.58f);
return true;
}
};