forked from MagicBane/Server
can no longer PVE to level 76
This commit is contained in:
@@ -2918,7 +2918,7 @@ public class PlayerCharacter extends AbstractCharacter {
|
|||||||
|
|
||||||
public synchronized void grantXP(int xp, boolean fromPVP) {
|
public synchronized void grantXP(int xp, boolean fromPVP) {
|
||||||
|
|
||||||
if(this.level > 75 && !fromPVP){
|
if(this.level >= 75 && !fromPVP){
|
||||||
return;
|
return;
|
||||||
} else{
|
} else{
|
||||||
xp *= 2;
|
xp *= 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user