From 580f665b2363907453a837e3e6e26ce3f47b6fbb Mon Sep 17 00:00:00 2001 From: xanderrootslayer Date: Wed, 6 May 2020 20:22:00 -0400 Subject: [PATCH] Fix that knife just one line... --- data/json/professions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/professions.json b/data/json/professions.json index 9e9c5f08d47f0..528c1c748e332 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -538,7 +538,7 @@ "items": { "both": { "items": [ "footrags", "loincloth", "cloak_wool", "ragpouch", "small_relic", "gloves_wraps", "tunic_rag" ], - "entries": [ { "item": "makeshift_knife", "container-item": "sheath" } ] + "entries": [ { "item": "knife_baselard", "container-item": "sheath" } ] }, "female": [ "chestwrap" ] },