From 4c1926e395e0d4af0745175c9fa50b41197f0e75 Mon Sep 17 00:00:00 2001 From: fumiama Date: Tue, 14 Dec 2021 13:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=20fix=20fortune=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_fortune/cfg.pb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_fortune/cfg.pb.go b/plugin_fortune/cfg.pb.go index a07bd6b9..96e6500f 100644 --- a/plugin_fortune/cfg.pb.go +++ b/plugin_fortune/cfg.pb.go @@ -1,5 +1,5 @@ package fortune type Conf struct { - Kind map[int64]uint32 `protobuf:"bytes,1,rep" protobuf_key:"varint,1,opt" protobuf_val:"varint,2,opt"` + Kind map[int64]uint32 `protobuf:"bytes,1,rep" protobuf_key:"varint,1,opt" protobuf_val:"varint,0,opt"` }