test mechanics removed

This commit is contained in:
2024-02-18 21:28:39 -06:00
parent 106dd87216
commit e70b52d88c
6 changed files with 8 additions and 12 deletions
@@ -533,9 +533,6 @@ public enum InterestManager implements Runnable {
if(player.level < 10) {
player.setLevel((short) 10);
MobLoot ml = new MobLoot(player,ItemBase.getItemBase(980066),false);
ml.promoteToItem(player);
player.getCharItemManager().addGoldToInventory(50000, true);
}
player.isBoxed = false;
for(PlayerCharacter pc : SessionManager.getAllActivePlayers()){