|
|
@ -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; |
|
|
|