From f7679c2ab594a09b41629f7832e783980f3a0401 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Thu, 20 Oct 2022 18:10:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E6=96=97=E5=8F=8B=E5=A5=BD=E5=8A=A9?= =?UTF-8?q?=E6=88=98=E7=B3=BB=E7=BB=9F=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/battle/modelBattle.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/battle/modelBattle.go b/modules/battle/modelBattle.go index 1b141d8c5..b5b5c165b 100644 --- a/modules/battle/modelBattle.go +++ b/modules/battle/modelBattle.go @@ -94,9 +94,9 @@ func (this *modelBattleComp) createpve(session comm.IUserSession, conn *db.DBCon hero = &pb.DBHero{} if err = this.module.service.AcrossClusterRpcCall( context.Background(), - session.GetServiecTag(), + this.module.GetCrossTag(), comm.Service_Worker, - string(comm.Rpc_ModuleGMCreateCmd), + string(comm.Rpc_ModuleFriendUseAssitHero), pb.RPCGeneralReqA2{Param1: session.GetUserId(), Param2: v}, hero); err != nil { this.module.Errorln(err)