Quantcast

Removed the mob: Decaying Horror .. and marked "Living Breastplate" as removed from the game

mike [04-05-11 - 03:40]
Removed the mob: Decaying Horror .. and marked "Living Breastplate" as removed from the game
Filename
Database/Mob.lua
Database/Recipes/Alchemy.lua
Database/Recipes/Leatherworking.lua
Locales/devel-enUS.lua
diff --git a/Database/Mob.lua b/Database/Mob.lua
index 223b0b3..c66a63a 100644
--- a/Database/Mob.lua
+++ b/Database/Mob.lua
@@ -234,7 +234,6 @@ function addon:InitMob(DB)
 	AddMob(1783,	L["Skeletal Flayer"],			BZ["Western Plaguelands"], 50.7, 80.5)
 	AddMob(1791,	L["Slavering Ghoul"],			BZ["Western Plaguelands"], 36.0, 56.5)
 	AddMob(1812,	L["Rotting Behemoth"],			BZ["Western Plaguelands"], 64.5, 36.6)
-	AddMob(1813,	L["Decaying Horror"],			BZ["Western Plaguelands"], 62.0, 37.6)
 	AddMob(1836,	L["Scarlet Cavalier"],			BZ["Western Plaguelands"], 42.5, 16.0)
 	AddMob(1844,	L["Foreman Marcrid"],			BZ["Western Plaguelands"], 47.7, 35.4)
 	AddMob(1885,	L["Scarlet Smith"],			BZ["Western Plaguelands"], 45.4, 14.5)
diff --git a/Database/Recipes/Alchemy.lua b/Database/Recipes/Alchemy.lua
index f6ecfbc..2a67d92 100644
--- a/Database/Recipes/Alchemy.lua
+++ b/Database/Recipes/Alchemy.lua
@@ -759,7 +759,7 @@ function addon:InitAlchemy()
 	recipe:SetCraftedItemID(13458)
 	recipe:SetSkillLevels(290, 290, 305, 325, 345)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.MOB_DROP, F.IBOE, F.RBOE)
-	recipe:AddMobDrop(1812, 1813)
+	recipe:AddMobDrop(1812)

 	-- Greater Arcane Protection Potion -- 17577
 	recipe = AddRecipe(17577, V.ORIG, Q.UNCOMMON)
diff --git a/Database/Recipes/Leatherworking.lua b/Database/Recipes/Leatherworking.lua
index 2561a8b..a8c3701 100644
--- a/Database/Recipes/Leatherworking.lua
+++ b/Database/Recipes/Leatherworking.lua
@@ -1326,8 +1326,8 @@ function addon:InitLeatherworking()
 	recipe:SetRecipeItemID(15771)
 	recipe:SetCraftedItemID(15059)
 	recipe:SetSkillLevels(300, 300, 320, 330, 340)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.MOB_DROP, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.LEATHER)
-	recipe:AddMobDrop(1813)
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.LEATHER)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Devilsaur Leggings -- 19097
 	recipe = AddRecipe(19097, V.ORIG, Q.RARE)
diff --git a/Locales/devel-enUS.lua b/Locales/devel-enUS.lua
index 3bffea5..0ff1524 100644
--- a/Locales/devel-enUS.lua
+++ b/Locales/devel-enUS.lua
@@ -352,7 +352,6 @@ L["Deathforge Guardian"] = "Deathforge Guardian"
 L["Deathforge Imp"] = "Deathforge Imp"
 L["Deathforge Smith"] = "Deathforge Smith"
 L["Deathforge Tinkerer"] = "Deathforge Tinkerer"
-L["Decaying Horror"] = "Decaying Horror"
 L["Deek Fizzlebizz"] = "Deek Fizzlebizz"
 L["Defias Enchanter"] = "Defias Enchanter"
 L["Defias Looter"] = "Defias Looter"