From acdf0b8c725f84b3c2d6f443850437933b4dadd2 Mon Sep 17 00:00:00 2001 From: RedShakespeare <44523519+RedShakespeare@users.noreply.github.com> Date: Wed, 28 Aug 2019 16:43:52 +0800 Subject: [PATCH] Fix a typo Fix a typo in items/gun/45.json where "magazines" was typed as "magzines" --- data/json/items/gun/45.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/gun/45.json b/data/json/items/gun/45.json index 328febeb11fd2..92e8127b8eca0 100644 --- a/data/json/items/gun/45.json +++ b/data/json/items/gun/45.json @@ -329,6 +329,6 @@ "dispersion": 480, "durability": 7, "magazine_well": 1, - "magzines": [ [ "45", [ "hptjhpmag" ] ] ] + "magazines": [ [ "45", [ "hptjhpmag" ] ] ] } ]