back_recharge
duhui 2022-09-06 17:04:57 +08:00
parent fa8b30a0ad
commit 7de75cd738
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ public class Cmd_soul extends GmRoleAbstract {
jewel.setLevel(Integer.parseInt(split[1]));
// 精炼
jewel.setBuildLevel(Integer.parseInt(split[2]));
// 神应
jewel.setGodTreeLv(Integer.parseInt(split[3]));
// 放入背包
user.getEquipManager().addEquip(jewel);
return true;