diff options
-rw-r--r-- | world/map/db/const-aegis.txt | 2 | ||||
-rw-r--r-- | world/map/db/item_db.conf | 4 | ||||
-rw-r--r-- | world/map/db/mob_db.conf | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/world/map/db/const-aegis.txt b/world/map/db/const-aegis.txt index 6ce13f20..c5c19c0f 100644 --- a/world/map/db/const-aegis.txt +++ b/world/map/db/const-aegis.txt @@ -390,7 +390,7 @@ Beeswax 5378 Stone 5380 Brick 5381 MountainCrystal 5384 -BlackQuarz 5385 +BlackQuartz 5385 LeatherShirt 523 DesertShirt 546 Turtleneck 564 diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index 23913ef7..5b72b8d7 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -5895,8 +5895,8 @@ item_db: ( }, { Id: 5385 - AegisName: "BlackQuarz" - Name: "BlackQuarz" + AegisName: "BlackQuartz" + Name: "BlackQuartz" Type: "IT_ETC" Buy: 20000 Sell: 5000 diff --git a/world/map/db/mob_db.conf b/world/map/db/mob_db.conf index fa8ba17c..d33b30c4 100644 --- a/world/map/db/mob_db.conf +++ b/world/map/db/mob_db.conf @@ -7895,9 +7895,9 @@ mob_db: ( MutationCount: 0 MutationStrength: 0 Drops: { - BlackQuarz: 400 - BlackQuarz: 200 - BlackQuarz: 100 + BlackQuartz: 400 + BlackQuartz: 200 + BlackQuartz: 100 Diamond: 50 Ruby: 50 Emerald: 50 |