排行榜:fix
This commit is contained in:
@@ -170,7 +170,7 @@ export class RoleHandler {
|
||||
|
||||
let received = role.rankReceived.filter(rewardId => {
|
||||
let dic = gameData.generalRankReward.get(rewardId);
|
||||
return dic && dic.rankId == id;
|
||||
return dic && dic.rankId == type;
|
||||
});
|
||||
|
||||
return resResult(STATUS.SUCCESS, {
|
||||
|
||||
Reference in New Issue
Block a user