错误日志输出
This commit is contained in:
parent
c64d82abab
commit
0465ffb114
@ -132,7 +132,8 @@ func (this *modelEquipmentComp) AddEquipments(session comm.IUserSession, cIds ma
|
||||
}
|
||||
}
|
||||
} else {
|
||||
err = fmt.Errorf("cfg.Game_equipment not found equip id %s", k)
|
||||
//err = fmt.Errorf("cfg.Game_equipment not found equip id %s", k) // 太多地方配置无效装备 这地方暂时只打印错误日志
|
||||
this.module.Errorf("cfg.Game_equipment not found equip id %s", k)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user