Quantcast

Update the Adamantite Arrow Maker entry because it is now 4.1 and Blizzard has STILL overlooked this ammo recipe and haven't completely removed it from the game yet

mike [05-15-11 - 04:50]
Update the Adamantite Arrow Maker entry because it is now 4.1 and Blizzard has STILL overlooked this ammo recipe and haven't completely removed it from the game yet
Filename
Database/Mob.lua
Database/Recipes/Engineering.lua
Locales/devel-enUS.lua
diff --git a/Database/Mob.lua b/Database/Mob.lua
index c66a63a..f559578 100644
--- a/Database/Mob.lua
+++ b/Database/Mob.lua
@@ -118,7 +118,6 @@ function addon:InitMob(DB)
 	AddMob(18870,	L["Voidshrieker"],			BZ["Netherstorm"], 60.0, 39.0)
 	AddMob(18872,	L["Disembodied Vindicator"],		BZ["Netherstorm"], 36.0, 55.5)
 	AddMob(18873,	L["Disembodied Protector"],		BZ["Netherstorm"], 31.8, 52.7)
-	AddMob(19707,	L["Sunfury Archer"],			BZ["Netherstorm"], 55.5, 81.0)
 	AddMob(22822,	L["Ethereum Nullifier"],		BZ["Netherstorm"], 66.0, 49.5)
 	AddMob(20134,	L["Sunfury Arcanist"],			BZ["Netherstorm"], 51.0, 82.5)
 	AddMob(20135,	L["Sunfury Arch Mage"],			BZ["Netherstorm"], 46.5, 81.0)
diff --git a/Database/Recipes/Engineering.lua b/Database/Recipes/Engineering.lua
index 8f8768c..150a275 100644
--- a/Database/Recipes/Engineering.lua
+++ b/Database/Recipes/Engineering.lua
@@ -1728,13 +1728,12 @@ function addon:InitEngineering()
 	recipe:AddTrainer(17634, 17637, 18752, 18775, 19576, 25277, 26907, 26955, 26991, 28697, 33586)

 	-- Adamantite Arrow Maker -- 43676
-	recipe = AddRecipe(43676, V.TBC, Q.UNCOMMON)
-	recipe:SetRecipeItemID(33804)
+	recipe = AddRecipe(43676, V.TBC, Q.COMMON)
 	recipe:SetCraftedItemID(20475)
 	recipe:SetSkillLevels(335, 335, 335, 345, 355)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.MOB_DROP, F.IBOE, F.RBOP)
-	recipe:AddMobDrop(19707)
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.REMOVED, F.IBOE, F.RBOP)
 	recipe:AddCustom("BUGGED")
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Flying Machine -- 44155
 	recipe = AddRecipe(44155, V.TBC, Q.COMMON)
diff --git a/Locales/devel-enUS.lua b/Locales/devel-enUS.lua
index 1563f24..1a59bdc 100644
--- a/Locales/devel-enUS.lua
+++ b/Locales/devel-enUS.lua
@@ -1115,7 +1115,6 @@ L["Strashaz Warrior"] = "Strashaz Warrior"
 L["Stuart Fleming"] = "Stuart Fleming"
 L["Sunfury Arcanist"] = "Sunfury Arcanist"
 L["Sunfury Arch Mage"] = "Sunfury Arch Mage"
-L["Sunfury Archer"] = "Sunfury Archer"
 L["Sunfury Bloodwarder"] = "Sunfury Bloodwarder"
 L["Sunfury Bowman"] = "Sunfury Bowman"
 L["Sunfury Researcher"] = "Sunfury Researcher"