任务:修复任务无法达成bug

This commit is contained in:
luying
2021-04-25 17:18:55 +08:00
parent b5b1919a56
commit 7bb445693d
21 changed files with 79 additions and 52 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ export async function increaseFrdCnt(role1: RoleType, role2: RoleType, originalF
return getResStr(STATUS.FRIEND_THEY_CNT_MAX);
}
originalFriendCnt = incMyFrdCnt.friendCnt;
role1 = incMyFrdCnt; role2 = incHisFrdCnt;
role1.friendCnt = incMyFrdCnt.friendCnt;
role2.friendCnt = incHisFrdCnt.friendCnt;
return '';
}