From 391eaa839487dadd44aba0876a98ec61c1f9854a Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 28 Jun 2020 11:28:05 +0200 Subject: [PATCH] fix --- def.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/def.go b/def.go index ce1ebfc..04773bd 100644 --- a/def.go +++ b/def.go @@ -184,8 +184,6 @@ type ChatWarsItem struct { Auction bool `json:"auction"` Craftable bool `json:"craftable"` Craft *ChatWarsItemCraft `json:"craft"` - Quality string `json:"-"` - Modifiers string `json:"-"` Classes []ChatWarsClass `json:"-"` }