@ -2918,7 +2918,7 @@ public class PlayerCharacter extends AbstractCharacter {
public synchronized void grantXP(int xp, boolean fromPVP) {
if(this.level > 75 && !fromPVP){
if(this.level >= 75 && !fromPVP){
return;
} else{
xp *= 2;