From 7ffbff6796199a166364ef9712f283cad4073a9f Mon Sep 17 00:00:00 2001 From: John Pasula Date: Tue, 11 Jan 2011 14:14:24 -0700 Subject: [PATCH 1/2] Update changlog. --- Docs/CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Docs/CHANGES.txt b/Docs/CHANGES.txt index 09768df..e61b58d 100644 --- a/Docs/CHANGES.txt +++ b/Docs/CHANGES.txt @@ -1,6 +1,16 @@ ==ARL Change Log NOTE: Always remove the folder for old versions and install a fresh copy when upgrading. +== Under development: + +==== Recipe Database: +* 4.0.6 recipes have been added. +* First aid trainers have been updated. Most of the recipes are availible from all 33 trainers except a few cataclysm which are only availible from 31 trainers. I think this is a bug so there may be two erroneous trainers for a few first aid recipes. +* A bunch of jewelcrafting recipes have had the items they craft linked to them. + +==== New Features: +* A new slash command has been added: /arl scan This will scan the profession from a slash command, without requiring you to open up the tradeskill window yourself. Due to limitations, this will basically fire off the tradeskill for you so that window will open up. + == Version 2.1 Release ==== Recipe Database: -- 1.7.9.5 From 747a03bbc5adc737693530c9fc9bf4d75de468e9 Mon Sep 17 00:00:00 2001 From: Jim-Bim Date: Tue, 11 Jan 2011 22:36:00 +0100 Subject: [PATCH 2/2] Removed Explosive Bolts cause its no Engineering schematic --- Database/Engineering.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Database/Engineering.lua b/Database/Engineering.lua index aeecbc6..20b07e3 100644 --- a/Database/Engineering.lua +++ b/Database/Engineering.lua @@ -1515,11 +1515,6 @@ function addon:InitEngineering() self:AddRecipeFlags(82201, F.ALLIANCE, F.HORDE, F.DISC, F.IBOP, F.RBOP) self:AddRecipeAcquire(82201, A.CUSTOM, 51) - -- Explosive Bolts -- 82207 - AddRecipe(82207, 425, nil, Q.COMMON, V.CATA, 425, 425, 452, 480) - self:AddRecipeFlags(82207, F.ALLIANCE, F.HORDE, F.DISC, F.IBOP, F.RBOP) - self:AddRecipeAcquire(82207, A.CUSTOM, 51) - -- Handful of Obsidium Bolts -- 84403 AddRecipe(84403, 425, 60224, Q.COMMON, V.CATA, 425, 435, 442, 450) self:AddRecipeFlags(84403, F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP) -- 1.7.9.5