diff options
-rw-r--r-- | db/craft_db.conf | 6 | ||||
-rw-r--r-- | npc/items/recipes.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 50972376..67c9a9e2 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -589,9 +589,9 @@ Boots: 700 --> 799 }, { Id: 117 - Name: "CraftWarlordArmor" + Name: "CraftWarlordPlate" Flag: "CRAFT_SMITHERY" - ReturnCode: "WarlordArmor" + ReturnCode: "WarlordPlate" SourceItems: ( { @@ -604,7 +604,7 @@ Boots: 700 --> 799 CreateItems: ( { - WarlordArmor: 1 + WarlordPlate: 1 }, ) RequiredItems: { diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt index 41924ab8..28d78548 100644 --- a/npc/items/recipes.txt +++ b/npc/items/recipes.txt @@ -141,7 +141,7 @@ function read_smithery { LightPlatemail, JustifierChest, LegionIronArmor, - WarlordArmor, + WarlordPlate, TerraniteArmor, AssassinChest, BlackArmor, |