xp and conc granted for noob
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user