1
This commit is contained in:
parent
530cb856c7
commit
4b4f245e36
@ -590,8 +590,8 @@ func (this *player) CMDismissMember(hdr *f5.MsgHdr, msg *cs.CMDismissMember) {
|
|||||||
func (errCode int32, errMsg string) {
|
func (errCode int32, errMsg string) {
|
||||||
if errCode == 0 && len(pbUsers) > 0 {
|
if errCode == 0 && len(pbUsers) > 0 {
|
||||||
notifyMsg := new(cs.SMDismissMemberNotify)
|
notifyMsg := new(cs.SMDismissMemberNotify)
|
||||||
//notifyMsg.GuildId = proto.Int64(q5.ToInt64(guildId))
|
notifyMsg.GuildId = proto.Int64(q5.ToInt64(guildId))
|
||||||
//notifyMsg.Name = proto.String(guildName)
|
notifyMsg.Name = proto.String(guildName)
|
||||||
notifyMsg.AccountId = proto.String(pbUsers[0].GetAccountId())
|
notifyMsg.AccountId = proto.String(pbUsers[0].GetAccountId())
|
||||||
notifyMsg.Username = proto.String(pbUsers[0].GetUsername())
|
notifyMsg.Username = proto.String(pbUsers[0].GetUsername())
|
||||||
GetGuildMgr().NotifyGuildMsg(guildId, notifyMsg)
|
GetGuildMgr().NotifyGuildMsg(guildId, notifyMsg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user