From 54a31247bf7648ec5f26fd2eafcedd5f82833f17 Mon Sep 17 00:00:00 2001 From: Cyrano7 Date: Fri, 14 Feb 2020 18:11:49 -0800 Subject: [PATCH] FIx plural of granola (#38029) FIx plural of granola --- data/json/items/comestibles/wheat.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/comestibles/wheat.json b/data/json/items/comestibles/wheat.json index 8ba55e33e8906..c0651c7ed73ec 100644 --- a/data/json/items/comestibles/wheat.json +++ b/data/json/items/comestibles/wheat.json @@ -408,7 +408,7 @@ { "type": "COMESTIBLE", "id": "granola", - "name": "granola", + "name": { "str": "granola", "str_pl": "granola" }, "weight": "32 g", "color": "brown", "spoils_in": "180 days",