xp and conc granted for noob

This commit is contained in:
2024-02-07 20:52:00 -06:00
parent 71288d0203
commit c73688de4d
2 changed files with 6 additions and 0 deletions
@@ -545,6 +545,11 @@ public enum InterestManager implements Runnable {
return;
}
}
if(player.getLevel() <= 20){
ItemBase conc = ItemBase.getItemBase(980066);
MobLoot ml = new MobLoot(player,conc,false);
ml.promoteToItem(player);
}
}