Quantcast

Fixed the crafteditemid for Embersilk Bandage

mike [04-10-11 - 23:48]
Fixed the crafteditemid for Embersilk Bandage
Filename
Database/Recipes/FirstAid.lua
diff --git a/Database/Recipes/FirstAid.lua b/Database/Recipes/FirstAid.lua
index 0ac7831..3fe0343 100644
--- a/Database/Recipes/FirstAid.lua
+++ b/Database/Recipes/FirstAid.lua
@@ -178,7 +178,7 @@ function addon:InitFirstAid()

 	-- Embersilk Bandage -- 74556
 	recipe = AddRecipe(74556, V.CATA, Q.COMMON)
-	recipe:SetCraftedItemID(34722)
+	recipe:SetCraftedItemID(53049)
 	recipe:SetSkillLevels(425, 425, 450, 467, 485)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOE, F.RBOP)
 	recipe:AddTrainer(2326, 2327, 2329, 2798, 3181, 4211, 4591, 5150, 5759, 5939, 5943, 6094, 16272, 16662, 16731, 17214, 17424, 18990, 18991, 19184, 19478, 22477, 23734, 26956, 26992, 28706, 29233, 33589, 33621, 45540, 49879, 50574)