From ce75463a748bf00714c7ee4d438e6948697cc5c3 Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Fri, 30 Aug 2019 10:41:31 -0300
Subject: Wurtizite → Wurtzite
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 db/re/item_db.conf       |  4 ++--
 db/re/mob_db.conf        |  6 +++---
 npc/017-4/refine.txt     | 12 ++++++------
 npc/functions/refine.txt |  2 +-
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 75a7fca70..ce8a3d2ac 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -5522,8 +5522,8 @@ item_db: (
 },
 {
 	Id: 912
-	AegisName: "Wurtizite"
-	Name: "Wurtizite Ore"
+	AegisName: "Wurtzite"
+	Name: "Wurtzite Ore"
 	Type: "IT_ETC"
 	Buy: 5000
 	Sell: 500
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 232163950..8a8226829 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -8844,7 +8844,7 @@ mob_db: (
 	Drops: {
 		Coal: 200
 		CopperOre: 100
-		Wurtizite: 100
+		Wurtzite: 100
 		LeadOre: 40
 		Graphene: 25
 		LightGreenDiamond: 1
@@ -8870,7 +8870,7 @@ mob_db: (
 	Drops: {
 		Coal: 300
 		CopperOre: 200
-		Wurtizite: 200
+		Wurtzite: 200
 		LeadOre: 80
 		Graphene: 45
 		LightGreenDiamond: 2
@@ -8896,7 +8896,7 @@ mob_db: (
 	Drops: {
 		Coal: 500
 		CopperOre: 300
-		Wurtizite: 300
+		Wurtzite: 300
 		LeadOre: 120
 		Graphene: 65
 		LightGreenDiamond: 3
diff --git a/npc/017-4/refine.txt b/npc/017-4/refine.txt
index 4c3e472d7..2bed9cee8 100644
--- a/npc/017-4/refine.txt
+++ b/npc/017-4/refine.txt
@@ -35,12 +35,12 @@ OnInit:
 L_Fusus:
     inventoryplace Iten, 1;
     mesn;
-    mesq l("I can fuse an @@ and 20 @@, besides @@ GP, into 3~5 @@.", getitemlink(CopperIngot), getitemlink(SilkCocoon), 500, getitemlink(Wurtizite));
-    mesc l("5 @@ can be fused in a @@", getitemlink(Wurtizite), getitemlink(Graphene));
+    mesq l("I can fuse an @@ and 20 @@, besides @@ GP, into 3~5 @@.", getitemlink(CopperIngot), getitemlink(SilkCocoon), 500, getitemlink(Wurtzite));
+    mesc l("5 @@ can be fused in a @@", getitemlink(Wurtzite), getitemlink(Graphene));
     mesc l("5 @@ can be fused in a @@", getitemlink(Graphene), getitemlink(Arcanum));
     select
-        rif(Zeny >= 500, l("I want the Wurtizite")),
-        rif(countitem(Wurtizite) >= 5, l("I want Graphene")),
+        rif(Zeny >= 500, l("I want the Wurtzite")),
+        rif(countitem(Wurtzite) >= 5, l("I want Graphene")),
         rif(countitem(Graphene) >= 5, l("I want Arcanum")),
         l("Do nothing");
     mes "";
@@ -51,10 +51,10 @@ L_Fusus:
         if (!transcheck(CopperIngot, 1, SilkCocoon, 20))
             close;
         Zeny -= 500;
-        getitem Wurtizite, any(3,3,4,4,4,5); // 3: ~33%. 4: =50%. 5: ~17%. AVG: 3.8
+        getitem Wurtzite, any(3,3,4,4,4,5); // 3: ~33%. 4: =50%. 5: ~17%. AVG: 3.8
         break;
     case 2:
-        delitem Wurtizite, 5;
+        delitem Wurtzite, 5;
         getitem Graphene, 1;
         break;
     case 3:
diff --git a/npc/functions/refine.txt b/npc/functions/refine.txt
index 48535f91d..6275c042c 100644
--- a/npc/functions/refine.txt
+++ b/npc/functions/refine.txt
@@ -76,7 +76,7 @@ function	script	refineMaster	{
         case 1:
         case 2:
         case 3:
-            .@rg=Wurtizite; break;
+            .@rg=Wurtzite; break;
         case 4:
         case 5:
         case 6:
-- 
cgit v1.2.3-70-g09d2