mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
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:
@@ -139,10 +139,9 @@ public:
|
|||||||
{
|
{
|
||||||
player->SetRaidDifficulty(RAID_DIFFICULTY_10MAN_HEROIC);
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user