xp and conc granted for noob

This commit is contained in:
2024-02-07 21:01:53 -06:00
parent c73688de4d
commit 228b0c74a9
@@ -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) {