From 9d60b95d019df3407497347a09f64c22a2b9fd06 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 14 Jul 2019 22:20:39 -0300 Subject: Move Ancient Blueprint ID to 7470 --- db/re/item_db.conf | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 96de61ec9..b10c146c9 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -12708,28 +12708,6 @@ item_db: ( callfunc("MakeBlueprint", CRAFT_ALCHEMY, CRAFT_MASTER); "> }, -{ - Id: 7455 - AegisName: "AncientBlueprint" - Name: "Ancient Blueprint" - Type: "IT_USABLE" - Buy: 0 - Sell: 0 - Weight: 40 - Script: <" - if (!countitem(RecipeBook)) { - getitem AncientBlueprint, 1; - dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook)); - end; - } - if (!getskilllv(TMW2_ANCIENTLANGUAGES)) { - getitem AncientBlueprint, 1; - dispbottom l("You cannot understand what's written."); - end; - } - callfunc("MakeRandomBlueprint"); - "> -}, { Id: 7460 @@ -12860,6 +12838,29 @@ item_db: ( "> }, +{ + Id: 7470 + AegisName: "AncientBlueprint" + Name: "Ancient Blueprint" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 40 + Script: <" + if (!countitem(RecipeBook)) { + getitem AncientBlueprint, 1; + dispbottom l("You need a @@ to use this.", getitemlink(RecipeBook)); + end; + } + if (!getskilllv(TMW2_ANCIENTLANGUAGES)) { + getitem AncientBlueprint, 1; + dispbottom l("You cannot understand what's written."); + end; + } + callfunc("MakeRandomBlueprint"); + "> +}, + // Mercenary boxsets and cards { -- cgit v1.2.3-60-g2f50