fix deals

This commit is contained in:
shoopea 2019-09-14 16:30:13 +08:00
parent 753f4f8653
commit 8c27521eb3

2
msg.go
View File

@ -43,7 +43,7 @@ func parseSubTypeMessageExchangeAck(m *ChatWarsMessage, r *regexp.Regexp) (*Chat
}
}
*/
cwm.Deals = items
cwm.DealList = items
cwm.Msg = m
return &cwm, nil
}