Quantcast

remove custom entry 42 (northrend world drops....)

ackis [06-15-09 - 16:40]
remove custom entry 42 (northrend world drops....)
Filename
Locals/testenUS.lua
RecipeDB/ARL-FirstAid.lua
diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua
index 68c2378..3ce55d3 100644
--- a/Locals/testenUS.lua
+++ b/Locals/testenUS.lua
@@ -451,7 +451,6 @@ L["Custom38"] = "Randomly obtained by completing the cooking daily quest in Dala
 L["Custom39"] = "Random drop off of Ulduar bosses."
 L["Custom40"] = "Discovered randomly by reading the Book of Glyph Mastery."
 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:

diff --git a/RecipeDB/ARL-FirstAid.lua b/RecipeDB/ARL-FirstAid.lua
index b4ad978..5a7ff59 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,8,42,7,2)
+	self:addTradeAcquire(RecipeDB,45546,7,2)

 	return 17