From 409ecdf987439774de50f4f0e9a56c1618882f21 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 11 Jan 2023 16:57:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0pvb=E6=88=98=E6=96=97?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comm/imodule.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comm/imodule.go b/comm/imodule.go index dc80a6c57..178b79eeb 100644 --- a/comm/imodule.go +++ b/comm/imodule.go @@ -229,7 +229,7 @@ type ( ///创建pve战斗 CreatePveBattle(session IUserSession, req *pb.BattlePVEReq) (code pb.ErrorCode, record *pb.DBBattleRecord) ///创建pvb战斗 - CreatePvbBattle(session IUserSession, req *pb.BattlePVEReq) (code pb.ErrorCode, record *pb.DBBattleRecord) + CreatePvbBattle(session IUserSession, req *pb.BattlePVBReq) (code pb.ErrorCode, record *pb.DBBattleRecord) ///创建pvp战斗 CreatePvpBattle(session IUserSession, req *pb.BattlePVPReq) (code pb.ErrorCode, record *pb.DBBattleRecord) //校验战报