diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 4 | ||||
-rw-r--r-- | db/re/mob_db.conf | 6 |
2 files changed, 5 insertions, 5 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 |