|
|
@@ -1137,9 +1137,9 @@ func init() {
|
|
|
if role.GetHardFight() == 2 {
|
|
|
ackMsg.Error = int32(serverproto.ErrorCode_ERROR_FAIL)
|
|
|
} else {
|
|
|
- ackMsg.Error = int32(serverproto.ErrorCode_ERROR_FAIL)
|
|
|
+ //ackMsg.Error = int32(serverproto.ErrorCode_ERROR_FAIL)
|
|
|
//暂时关闭噩梦模式
|
|
|
- //role.SetHardFight(2)
|
|
|
+ role.SetHardFight(2)
|
|
|
}
|
|
|
}
|
|
|
util.InfoF("uid=%v cliId=%v receive CSMapLevelTypeChangeReq msg=%v", role.GetUUid(), cliId, msg)
|