This commit is contained in:
shoopea 2020-01-08 17:17:36 +08:00
parent eb97e9c337
commit bf66e43020

View File

@ -175,6 +175,7 @@ func clientMsgMeAck(m *ChatWarsMessageMeAck) {
clt.CWGuildID64 = m.CWGuildID64
clt.CWUserID64 = m.CWUserID64
clt.CWState = m.State
clt.CWClass = m.Class
clt.CWLastUpdate = m.Msg.Date
if getObjGuildID(``) != m.CWGuildID64 && strings.Compare(clt.CWRole, ``) == 0 {
clientSendCWMsg(m.Msg.TGUserID64, "/g_roles")