Merge pull request #484 from Grimfeather/fix-Onyxia-40-zone-in-bug

possible fix for Onyxia 40 zone in bug
This commit is contained in:
Grimfeather
2025-06-05 23:44:17 +02:00
committed by GitHub

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;
}
};