1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

more comment.

This commit is contained in:
Mrs4s 2021-03-09 22:56:58 +08:00
parent 66b83c2e6d
commit 2826f14c1d

View File

@ -178,7 +178,7 @@ func msgType0x210Sub27Decoder(c *QQClient, protobuf []byte) error {
for _, m := range s27.ModInfos {
if m.ModGroupProfile != nil {
for _, info := range m.ModGroupProfile.GroupProfileInfos {
switch info.GetField() {
switch info.GetField() { // 1 -> group name 2 -> group head 3 -> group creditLevel
case 1:
if g := c.FindGroup(int64(m.ModGroupProfile.GetGroupCode())); g != nil {
old := g.Name