Quantcast

Fixed incorrect skill levels for Netherweave Bandage and Heavy Netherweave Bandage, changed the orange skill level for both, Fix ticket 853

pompachomp [10-27-09 - 23:24]
Fixed incorrect skill levels for Netherweave Bandage and Heavy Netherweave Bandage, changed the orange skill level for both, Fix ticket 853
Added some more alchemy items to the DO_NOT_SCAN table that I apparently missed.
Filename
ARLDatamine.lua
RecipeDB/ARL-FirstAid.lua
diff --git a/ARLDatamine.lua b/ARLDatamine.lua
index 8f882a2..04680ba 100644
--- a/ARLDatamine.lua
+++ b/ARLDatamine.lua
@@ -1165,7 +1165,7 @@ do
 		-------------------------------------------------------------------------------
 		--Alchemy
 		-------------------------------------------------------------------------------
-		[22925] = true,
+		[22925] = true,  [13480] = true,  [13481] = true,   [13493] = true,

 		-------------------------------------------------------------------------------
 		--Cooking
diff --git a/RecipeDB/ARL-FirstAid.lua b/RecipeDB/ARL-FirstAid.lua
index 709a2f3..bda4b62 100644
--- a/RecipeDB/ARL-FirstAid.lua
+++ b/RecipeDB/ARL-FirstAid.lua
@@ -184,12 +184,12 @@ function addon:InitFirstAid(RecipeDB)
 	self:addTradeAcquire(RecipeDB, 23787, A_REPUTATION, R_ARGENTDAWN, HONORED, 10856, A_REPUTATION, R_ARGENTDAWN, HONORED, 10857, A_REPUTATION, R_ARGENTDAWN, HONORED, 11536)

 	-- Netherweave Bandage -- 27032
-	AddRecipe(27032, 330, 21990, R_COMMON, GAME_TBC, 330, 330, 347, 365)
+	AddRecipe(27032, 300, 21990, R_COMMON, GAME_TBC, 300, 330, 347, 365)
 	self:addTradeFlags(RecipeDB, 27032, F_ALLIANCE, F_HORDE, F_TRAINER, F_IBOE, F_RBOE)
 	self:addTradeAcquire(RecipeDB, 27032, 1, 33589, 1, 28706, 1, 18991, 1, 29233, 1, 18990, 1, 26956, 1, 26992, 1, 23734)

 	-- Heavy Netherweave Bandage -- 27033
-	AddRecipe(27033, 360, 21991, R_COMMON, GAME_TBC, 360, 360, 367, 375)
+	AddRecipe(27033, 330, 21991, R_COMMON, GAME_TBC, 330, 360, 367, 375)
 	self:addTradeFlags(RecipeDB, 27033, F_ALLIANCE, F_HORDE, F_TRAINER, F_IBOE, F_RBOE)
 	self:addTradeAcquire(RecipeDB, 27033, 1, 33589, 1, 28706, 1, 18991, 1, 29233, 1, 18990, 1, 26956, 1, 26992, 1, 23734)