镶嵌:修复任务
This commit is contained in:
@@ -590,7 +590,7 @@ export class EquipHandler {
|
||||
if (goods.length)
|
||||
await addItems(roleId, roleName, sid, goods);
|
||||
if (!!equip.hid) {
|
||||
let hero = await HeroModel.findByHidAndRole(equip.hid, roleId);
|
||||
let hero = await HeroModel.findByHidAndRoleWithEquip(equip.hid, roleId);
|
||||
await calPlayerCeAndSave(HERO_SYSTEM_TYPE.JEWEL_ON, sid, roleId, hero, {}, [jewel, oldJewel]);
|
||||
//任务
|
||||
//英雄满装备且都镶嵌相同阶数的宝石
|
||||
|
||||
Reference in New Issue
Block a user