Quantcast

Marked: Gordok Ogre Suit from Leatherworking/Tailoring as removed from the game and removed the associated quest

mike [05-15-11 - 04:43]
Marked: Gordok Ogre Suit from Leatherworking/Tailoring as removed from the game and removed the associated quest
Filename
Database/Quest.lua
Database/Recipes/Leatherworking.lua
Database/Recipes/Tailoring.lua
diff --git a/Database/Quest.lua b/Database/Quest.lua
index 07cb379..4587472 100644
--- a/Database/Quest.lua
+++ b/Database/Quest.lua
@@ -63,7 +63,6 @@ function addon:InitQuest(DB)
 	AddQuest(2754,	"Orgrimmar",			78.0,	21.4,	"Horde")
 	AddQuest(2755,	"Orgrimmar",			78.0,	21.4,	"Horde")
 	AddQuest(4083,	"Blackrock Depths",		0,	0,	"Neutral")
-	AddQuest(5518,	"Dire Maul",			0,	0,	"Neutral")
 	AddQuest(6032,	"Felwood",			65.7,	2.9,	"Neutral")
 	AddQuest(6610,	"Tanaris",			52.6,	29.0,	"Neutral")
 	AddQuest(6622,	"Arathi Highlands",		73.4,	36.8,	"Horde")
diff --git a/Database/Recipes/Leatherworking.lua b/Database/Recipes/Leatherworking.lua
index c7a68da..5f5cdf7 100644
--- a/Database/Recipes/Leatherworking.lua
+++ b/Database/Recipes/Leatherworking.lua
@@ -1473,8 +1473,8 @@ function addon:InitLeatherworking()
 	recipe = AddRecipe(22815, V.ORIG, Q.COMMON)
 	recipe:SetCraftedItemID(18258)
 	recipe:SetSkillLevels(275, 275, 285, 290, 385)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.INSTANCE, F.QUEST, F.IBOE, F.RBOP)
-	recipe:AddQuest(5518)
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.REMOVED, F.IBOE, F.RBOP)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Girdle of Insight -- 22921
 	recipe = AddRecipe(22921, V.ORIG, Q.RARE)
diff --git a/Database/Recipes/Tailoring.lua b/Database/Recipes/Tailoring.lua
index d0c8b1e..216be09 100644
--- a/Database/Recipes/Tailoring.lua
+++ b/Database/Recipes/Tailoring.lua
@@ -1469,8 +1469,8 @@ function addon:InitTailoring()
 	recipe = AddRecipe(22813, V.ORIG, Q.COMMON)
 	recipe:SetCraftedItemID(18258)
 	recipe:SetSkillLevels(275, 275, 285, 290, 295)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.INSTANCE, F.QUEST, F.IBOE, F.RBOP)
-	recipe:AddQuest(5518)
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.REMOVED, F.IBOE, F.RBOP)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Belt of the Archmage -- 22866
 	recipe = AddRecipe(22866, V.ORIG, Q.EPIC)