装备精炼,洗炼,缺少消耗
This commit is contained in:
@@ -483,7 +483,7 @@ export function parseReward(str: string) {
|
||||
export function parseNumberList(str: string) {
|
||||
let res = new Array<number>();
|
||||
if(!str) return res;
|
||||
let arr = decodeArrayStr(str);
|
||||
let arr = decodeArrayStr(str, '&');
|
||||
for(let g of arr) {
|
||||
if(g === "") continue;
|
||||
res.push(parseInt(g));
|
||||
|
||||
Reference in New Issue
Block a user