聊天:精炼消息添加数据

This commit is contained in:
luying
2021-09-29 11:08:05 +08:00
parent 6f13e2a8c8
commit aa24d48c7b
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ export async function getAddEquipInfo(roleId: string, roleName: string, weapon:
if(attrValue > 0) {
let { randMin, randMax } = getQuenchByQualityAndGrade(quality, grade);
let rand = getRandValueByMinMax(randMin, randMax, 0);
console.log(quality, grade, rand)
// console.log(quality, grade, rand)
grade = getQuenchGradeByValue(quality, rand);
randMain.push({
id: attrId,