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() {