任务:修复任务无法达成bug
This commit is contained in:
@@ -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 '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user