Update instance_onyxias_lair.cpp

possible fix

I tested it and it seems to work
This commit is contained in:
Grimfeather
2025-06-05 07:50:46 +02:00
committed by GitHub
parent c9006844d5
commit 76702c705c

View File

@@ -139,10 +139,9 @@ public:
{
player->SetRaidDifficulty(RAID_DIFFICULTY_10MAN_HEROIC);
}
if (!sMapMgr->PlayerCannotEnter(249, player, true))
{
player->TeleportTo(249, 29.1607f, -71.3372f, -8.18032f, 4.58f);
}
player->TeleportTo(249, 29.1607f, -71.3372f, -8.18032f, 4.58f);
return true;
}
};