xp and conc granted for noob
This commit is contained in:
@@ -550,7 +550,9 @@ public enum InterestManager implements Runnable {
|
|||||||
MobLoot ml = new MobLoot(player,conc,false);
|
MobLoot ml = new MobLoot(player,conc,false);
|
||||||
ml.promoteToItem(player);
|
ml.promoteToItem(player);
|
||||||
}
|
}
|
||||||
|
if(player.getPromotionClass() == null){
|
||||||
|
player.grantXP(110000 - player.getExp());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public synchronized void HandleLoadForTeleport(PlayerCharacter playerCharacter) {
|
public synchronized void HandleLoadForTeleport(PlayerCharacter playerCharacter) {
|
||||||
|
|||||||
Reference in New Issue
Block a user