fix 藏宝图合成获得物品
This commit is contained in:
@@ -819,7 +819,7 @@ export class ComBattleHandler {
|
||||
|
||||
const targetList = getBluePrtByQuality(dicCompose.targetQuality);
|
||||
const target = getRandomByLen(targetList);
|
||||
const reward = [{gid: target, count: 1}];
|
||||
const reward = [{id: target, count: 1}];
|
||||
const goods = await addItems(roleId, roleName, sid, reward);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user