From 8de68ba3ee4ee03e73ce3ba31f3dc791f8335e2f Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Wed, 7 Aug 2024 22:34:10 -0400
Subject: [PATCH] Correct some data typos

---
 resources/data/hand/two_hand_mace.json |  4 ++--
 resources/data/hand/wands.json         | 10 ----------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/resources/data/hand/two_hand_mace.json b/resources/data/hand/two_hand_mace.json
index 512851f..2ca3a1f 100644
--- a/resources/data/hand/two_hand_mace.json
+++ b/resources/data/hand/two_hand_mace.json
@@ -172,7 +172,7 @@
     {
         "Type": "Weapon",
         "Class": "Two Hand Maces",
-        "Name": "Kariu Maul",
+        "Name": "Karui Maul",
         "Damage": [112, 168],
         "ImplicitType": "",
         "ImplicitValue": [],
@@ -232,7 +232,7 @@
     {
         "Type": "Weapon",
         "Class": "Two Hand Maces",
-        "Name": "Coranal Maul",
+        "Name": "Coronal Maul",
         "Damage": [91, 16],
         "ImplicitType": "",
         "ImplicitValue": [],
diff --git a/resources/data/hand/wands.json b/resources/data/hand/wands.json
index f6fb087..65602ea 100644
--- a/resources/data/hand/wands.json
+++ b/resources/data/hand/wands.json
@@ -99,16 +99,6 @@
         "DropLevel": 45,
         "MaxLevel": false
     },
-    {
-        "Type": "Weapon",
-        "Class": "Wand",
-        "Name": "Serpent Wand",
-        "Damage": [21, 64],
-        "ImplicitType": "Spell Damage",
-        "ImplicitValue": [26, 30],
-        "DropLevel": 49,
-        "MaxLevel": false
-    },
     {
         "Type": "Weapon",
         "Class": "Wand",
-- 
GitLab