Skip to content

Commit

Permalink
Core/Player: Minimum level to enter Pandaria is not 85 but 80.
Browse files Browse the repository at this point in the history
  • Loading branch information
dufernst committed May 17, 2024
1 parent 1347fbc commit bf7199a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Entities/Player/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36013,7 +36013,7 @@ bool Player::IsForbiddenMapForLevel(uint32 mapid, uint32 zone)
break;
case 870:
if (getClass() != CLASS_MONK)
minLevel = 85;
minLevel = 80;
break;
case 1116: //Draenor
case 1265: //Dark Portal
Expand Down

0 comments on commit bf7199a

Please sign in to comment.