Quantcast

added a custom string.

pompachomp [06-07-09 - 03:02]
added a custom string.
Filename
Locals/testenUS.lua
RecipeDB/ARL-FirstAid.lua
diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua
index 806f7db..faf2db3 100644
--- a/Locals/testenUS.lua
+++ b/Locals/testenUS.lua
@@ -450,6 +450,7 @@ 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"

 -- Monster/Quest/Trainer/Vendor strings:

diff --git a/RecipeDB/ARL-FirstAid.lua b/RecipeDB/ARL-FirstAid.lua
index 4e2b35e..9d3bcb2 100644
--- a/RecipeDB/ARL-FirstAid.lua
+++ b/RecipeDB/ARL-FirstAid.lua
@@ -116,7 +116,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,41,7,2)

 	return 17