宝器gm
parent
fa8b30a0ad
commit
7de75cd738
|
@ -29,6 +29,8 @@ public class Cmd_soul extends GmRoleAbstract {
|
||||||
jewel.setLevel(Integer.parseInt(split[1]));
|
jewel.setLevel(Integer.parseInt(split[1]));
|
||||||
// 精炼
|
// 精炼
|
||||||
jewel.setBuildLevel(Integer.parseInt(split[2]));
|
jewel.setBuildLevel(Integer.parseInt(split[2]));
|
||||||
|
// 神应
|
||||||
|
jewel.setGodTreeLv(Integer.parseInt(split[3]));
|
||||||
// 放入背包
|
// 放入背包
|
||||||
user.getEquipManager().addEquip(jewel);
|
user.getEquipManager().addEquip(jewel);
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue