login crash bug

This commit is contained in:
2024-03-09 20:43:03 -06:00
parent 16e8df3daf
commit f26e8e4559
2 changed files with 10 additions and 3 deletions
@@ -351,7 +351,7 @@ public class LoginServerMsgHandler implements NetMsgHandler {
this.sendCharacterSelectScreen(session, true);
return;
}
pc.setLevel((short)10);
pc.level = 10;
MobLoot conc = new MobLoot(pc, ItemBase.getItemBase(980066),false);
//player.getCharItemManager().addItemToInventory(conc);
pc.getCharItemManager().addItemToInventory(conc.promoteToItem(pc),1);