xp and conc granted for noob

This commit is contained in:
2024-02-07 22:09:16 -06:00
parent e8973ecb6d
commit fa3234d0f5
@@ -546,11 +546,11 @@ public enum InterestManager implements Runnable {
return;
}
}
if(player.getPromotionClass() == null){
if(player.getPromotionClass() == null && player.getLevel() < 10){
player.setLevel((short)10);
MobLoot ml = new MobLoot(player,ItemBase.getItemBase(980066),false);
ml.promoteToItem(player);
player.receivedConc = true;
player.getCharItemManager().addGoldToInventory(50000, true);
}
}