装备穿戴战力bug

This commit is contained in:
mamengke01
2020-12-29 19:48:20 +08:00
parent 93f6ee0499
commit d70cabfdbb
5 changed files with 114 additions and 134 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ function pushEventMsg(sid: string, roleId: string, msg: any ) {
* @param status 状态id
*/
export function checkEventStatus(type: number, status: number) {
console.log('type = '+ type + ' status = '+status);
let flag: boolean; // 检查状态是否正确
if(type == EVENT_TYPE.BATTLE||type ==EVENT_TYPE.QUIZ) {
if(status == EVENT_RECORD_STATUS.BATTLE_SUCCESS) {