can no longer PVE to level 76

This commit is contained in:
2024-05-28 19:38:22 -05:00
parent de1bc375ca
commit ed4d186b10
+1 -1
View File
@@ -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;