Quantcast

Marked: "Runic Plate Boots" as removed from the game .. and removed the mob "Scarlet Cavalier" that is no longer in the game

mike [05-24-11 - 02:20]
Marked: "Runic Plate Boots" as removed from the game .. and removed the mob "Scarlet Cavalier" that is no longer in the game
Filename
Database/Mob.lua
Database/Recipes/Blacksmithing.lua
Locales/devel-enUS.lua
diff --git a/Database/Mob.lua b/Database/Mob.lua
index dabb108..f7b8abd 100644
--- a/Database/Mob.lua
+++ b/Database/Mob.lua
@@ -229,7 +229,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(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)
 	AddMob(4494,	L["Scarlet Spellbinder"],		BZ["Western Plaguelands"], 52.7, 38.4)
diff --git a/Database/Recipes/Blacksmithing.lua b/Database/Recipes/Blacksmithing.lua
index da35934..a94a99c 100644
--- a/Database/Recipes/Blacksmithing.lua
+++ b/Database/Recipes/Blacksmithing.lua
@@ -1262,8 +1262,8 @@ function addon:InitBlacksmithing()
 	recipe:SetRecipeItemID(12707)
 	recipe:SetCraftedItemID(12611)
 	recipe:SetSkillLevels(300, 300, 320, 330, 340)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.MOB_DROP, F.IBOE, F.RBOP, F.PLATE)
-	recipe:AddMobDrop(1836)
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP, F.PLATE)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Demon Forged Breastplate -- 16667
 	recipe = AddRecipe(16667, V.ORIG, Q.RARE)
diff --git a/Locales/devel-enUS.lua b/Locales/devel-enUS.lua
index 8e3d198..1e35a2a 100644
--- a/Locales/devel-enUS.lua
+++ b/Locales/devel-enUS.lua
@@ -1037,7 +1037,6 @@ L["Scan Entire Database"] = "Scan Entire Database"
 L["Scan Vendor"] = "Scan Vendor"
 L["Scargil"] = "Scargil"
 L["Scarlet Archmage"] = "Scarlet Archmage"
-L["Scarlet Cavalier"] = "Scarlet Cavalier"
 L["Scarlet Smith"] = "Scarlet Smith"
 L["Scarlet Spellbinder"] = "Scarlet Spellbinder"
 L["Scholomance Adept"] = "Scholomance Adept"