diff options
-rw-r--r-- | db/craft_db.conf | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 3099fe5a..a6d5180a 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -391,9 +391,10 @@ craft_db: ( } Priority: 10 }, + // Example recipe, incl for testing, do not use on live -/*****{ - Id: 8 +{ + Id: 4 Name: "CraftInfantryHelmet" Flag: 16 ReturnCode: 2906 @@ -417,7 +418,7 @@ craft_db: ( RecipeBook: 1 } Priority: 10 -},*****/ +}, @@ -1365,16 +1366,3 @@ Boots: --> Priority: 71 } ) - - - - -/************** -Chest Armor: 9 --> 30 -Pants: 31 --> 41 -Shield: 42 --> -Weapons: --> -Gloves: --> -Hats: --> -Boots: --> -**************/ |