diff --git a/modules/battle/module.go b/modules/battle/module.go index 829d3096f..246c8ae60 100644 --- a/modules/battle/module.go +++ b/modules/battle/module.go @@ -175,8 +175,6 @@ func (this *Battle) CreatePvpBattle(session comm.IUserSession, req *pb.BattlePVP //校验战报是否成功 func (this *Battle) CheckBattleReport(session comm.IUserSession, report *pb.BattleReport) (code pb.ErrorCode, iswin bool) { - - // this.moonfantasy.Trigger(session, report) + this.moonfantasy.Trigger(session, report) return pb.ErrorCode_Success, true - }