形象:修改好感度解锁逻辑
This commit is contained in:
@@ -55,7 +55,7 @@ export default class Utils extends Service {
|
||||
return addEquips(roleId, roleName, weapon);
|
||||
}
|
||||
|
||||
public unlockFigure(roleId: string, conditions: {type: number, num: number}[], role?: RoleType) {
|
||||
public unlockFigure(roleId: string, conditions: {type: number, paramHid?: number, paramFavourLv?: number, paramSkinId?: number}[], role?: RoleType) {
|
||||
return unlockFigure(roleId, conditions, role);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user