diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-08 13:41:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-08 13:41:32 -0300 |
commit | cd090a50ea43124241edb326eaf6f5b81c7d0e6b (patch) | |
tree | 804285f47f62d8033bc7f7f3117407b7844f41e6 /db/craft_db.conf | |
parent | 06cea08513a4d12918728f12189c83eb5ef2d747 (diff) | |
download | serverdata-cd090a50ea43124241edb326eaf6f5b81c7d0e6b.tar.gz serverdata-cd090a50ea43124241edb326eaf6f5b81c7d0e6b.tar.bz2 serverdata-cd090a50ea43124241edb326eaf6f5b81c7d0e6b.tar.xz serverdata-cd090a50ea43124241edb326eaf6f5b81c7d0e6b.zip |
Add human-readable version of wand recipes
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r-- | db/craft_db.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 1bc10d9e6..0f4ae9d24 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -823,7 +823,7 @@ craft_db: ( Name: "CraftTrainingWand" Flag: 16 ReturnCode: 7000 - //WoodenSword + //TrainingWand SourceItems: ( { @@ -854,7 +854,7 @@ craft_db: ( Name: "CraftNoviceWand" Flag: 16 ReturnCode: 7001 - //WoodenSword + //NoviceWand SourceItems: ( { @@ -885,7 +885,7 @@ craft_db: ( Name: "CraftApprenticeWand" Flag: 16 ReturnCode: 7002 - //WoodenSword + //ApprenticeWand SourceItems: ( { @@ -916,7 +916,7 @@ craft_db: ( Name: "CraftLeaderWand" Flag: 16 ReturnCode: 7003 - //WoodenSword + //LeaderWand SourceItems: ( { @@ -948,7 +948,7 @@ craft_db: ( Name: "CraftLegendaryWand" Flag: 16 ReturnCode: 7004 - //WoodenSword + //LegendaryWand SourceItems: ( { |