From c3be7cec2e48dfbaeece78a0594a5ff365847300 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 28 Jun 2020 11:27:54 +0200 Subject: [PATCH] testfix --- def.go | 1 + 1 file changed, 1 insertion(+) diff --git a/def.go b/def.go index d6e4179..ce1ebfc 100644 --- a/def.go +++ b/def.go @@ -200,6 +200,7 @@ type ChatWarsItems struct { Code string `json:"code"` Name string `json:"name"` Quantity int64 `json:"quantity"` + Quality string `json:"quality"` } type ChatWarsCallback struct {