Quantcast

fixed a string and first aid recipe acquire.

pompachomp [06-14-09 - 00:15]
fixed a string and first aid recipe acquire.
Filename
Locals/testenUS.lua
RecipeDB/ARL-FirstAid.lua
diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua
index c862aae..68c2378 100644
--- a/Locals/testenUS.lua
+++ b/Locals/testenUS.lua
@@ -450,7 +450,8 @@ L["Custom37"] = "Random SSC / TK trash drop"
 L["Custom38"] = "Randomly obtained by completing the cooking daily quest in Dalaran."
 L["Custom39"] = "Random drop off of Ulduar bosses."
 L["Custom40"] = "Discovered randomly by reading the Book of Glyph Mastery."
-L["Custom41"] = "Random drop in instances, raids, and from mobs in Northrend zones"
+L["Custom41"] = "Removed from the game when Naxx 40 was taken out."
+L["Custom42"] = "Random drop in instances, raids, and from mobs in Northrend zones"

 -- Monster/Quest/Trainer/Vendor strings:

@@ -1749,7 +1750,6 @@ L["Desert Recipe"] = true
 L["Manfred Staller"] = true
 L["Andellion"] = true
 L["Namha Moonwater"] = true
-L["Custom41"] = "Removed from the game when Naxx 40 was taken out."
 L["AUTOLOAD_DB_DESC"] = "Automatically loads all of the ARL recipe databases when doing a datamining scan."
 L["Auto Load Recipe Database"] = true
 L["Orland Schaeffer"] = true
diff --git a/RecipeDB/ARL-FirstAid.lua b/RecipeDB/ARL-FirstAid.lua
index 5a7ff59..b4ad978 100644
--- a/RecipeDB/ARL-FirstAid.lua
+++ b/RecipeDB/ARL-FirstAid.lua
@@ -120,7 +120,7 @@ function addon:InitFirstAid(RecipeDB)
 	-- Heavy Frostweave Bandage -- 45546
 	self:addTradeSkill(RecipeDB,45546,400,34722,2,45542,nil,2,0,400,430,470)
 	self:addTradeFlags(RecipeDB,45546,1,2,10,21,22,23,24,25,26,27,28,29,30,36,41)
-	self:addTradeAcquire(RecipeDB,45546,7,2)
+	self:addTradeAcquire(RecipeDB,45546,8,42,7,2)

 	return 17