From 8c27521eb372031b1c81cd612ac05898ac685c50 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 14 Sep 2019 16:30:13 +0800 Subject: [PATCH] fix deals --- msg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msg.go b/msg.go index 4b84f7f..59e80b0 100644 --- a/msg.go +++ b/msg.go @@ -43,7 +43,7 @@ func parseSubTypeMessageExchangeAck(m *ChatWarsMessage, r *regexp.Regexp) (*Chat } } */ - cwm.Deals = items + cwm.DealList = items cwm.Msg = m return &cwm, nil }