diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-23 04:23:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-23 04:23:10 -0300 |
commit | d57f5ece5cec0c812f8ac84f53abe396d10b63d2 (patch) | |
tree | ca472fac2e21f40960fc2dd547e9754a1a6a4eab /db | |
parent | ab378dc0d1ab809b45c2c2bc0b1dc9beba27338b (diff) | |
download | serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.tar.gz serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.tar.bz2 serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.tar.xz serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.zip |
Rename Legendary Wand to Mystic Wand, to prevent confusion
Diffstat (limited to 'db')
-rw-r--r-- | db/craft_db.conf | 4 | ||||
-rw-r--r-- | db/re/item_db.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 1144756ee..85141a903 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1849,10 +1849,10 @@ craft_db: ( /****************************************************************************/ { Id: 81 - Name: "CraftLegendaryWand" + Name: "CraftMysticWand" Flag: 16 ReturnCode: 7004 - //LegendaryWand + //MysticWand SourceItems: ( { diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 606c153bc..63f36ff2b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -16554,8 +16554,8 @@ item_db: ( }, { Id: 7004 - AegisName: "LegendaryWand" - Name: "Legendary Wand" + AegisName: "MysticWand" + Name: "Mystic Wand" Type: "IT_WEAPON" Buy: 200000 Sell: 80000 |