Quantcast

Merge branch 'master' of git.wowace.com:wow/arl/mainline

mike [01-12-11 - 01:10]
Merge branch 'master' of git.wowace.com:wow/arl/mainline
Filename
Database/Engineering.lua
Docs/CHANGES.txt
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)
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 <profession>  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: