diff --git a/def.go b/def.go index d81721d..63b4a26 100644 --- a/def.go +++ b/def.go @@ -190,7 +190,7 @@ type ChatWarsMessageGoQuestAck struct { Duration time.Duration `json:"duration"` } -type ChatWarsMessagesQuestResult struct { +type ChatWarsMessageQuestResult struct { Msg *ChatWarsMessage `json:"msg"` Gold int64 `json:"gold"` Exp int64 `json:"exp"`