From f7f3140fec69e38072a1552b92d269af9f8dfac9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 14 Mar 2024 20:10:57 +0800 Subject: [PATCH] 1 --- server/matchserver/player/player.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/matchserver/player/player.go b/server/matchserver/player/player.go index e2287153..9ae1903b 100644 --- a/server/matchserver/player/player.go +++ b/server/matchserver/player/player.go @@ -290,6 +290,9 @@ func (this *player) CMChooseMap(hdr *f5.MsgHdr, msg *cs.CMChooseMap) { this.GetTeam().SendUpdateNotify() } +func (this *player) updateChoose(skillId int32, heroUniId string) { +} + func (this *player) CMGrantInvitePermission(hdr *f5.MsgHdr, msg *cs.CMGrantInvitePermission) { rspMsg := &cs.SMGrantInvitePermission{} if this.GetTeam().Started() {