diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-07-03 20:21:46 +0200 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2024-07-03 20:21:46 +0200 |
commit | 9b33b27743c9d2a46adfa665584066749105a306 (patch) | |
tree | 57dcbf313b2ca97c6c53ab4973d870fcda0fb789 | |
parent | cca8173ccb2e2b9775f53ecbc16ff61edcc9cbb3 (diff) | |
download | serverdata-9b33b27743c9d2a46adfa665584066749105a306.tar.gz serverdata-9b33b27743c9d2a46adfa665584066749105a306.tar.bz2 serverdata-9b33b27743c9d2a46adfa665584066749105a306.tar.xz serverdata-9b33b27743c9d2a46adfa665584066749105a306.zip |
quarz to quartz
-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 |