装备穿戴战力bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user