mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Fix compability with latest AzerothCore
This commit is contained in:
@@ -134,7 +134,7 @@ public:
|
||||
|
||||
bool OnTrigger(Player* player, AreaTrigger const* /*areaTrigger*/) override
|
||||
{
|
||||
if (player->getLevel() < 80)
|
||||
if (player->GetLevel() < 80)
|
||||
{
|
||||
player->SetRaidDifficulty(RAID_DIFFICULTY_10MAN_HEROIC);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user