任务:修复switch case
This commit is contained in:
@@ -1195,8 +1195,8 @@ export function isComplete(roleId: string, taskType: TASK_TYPE, taskParam: strin
|
||||
{
|
||||
if (param[0] == paramObj.chatType) {
|
||||
addCount = count;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case TASK_TYPE.BATTLE_TOWER:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user