Quantcast

Updated the "Dig Rat Stew" recipe since they brought it back...... But I still hate you Blizzard!! ggrr.

mike [07-14-11 - 16:39]
Updated the "Dig Rat Stew" recipe since they brought it back...... But I still hate you Blizzard!! ggrr.
Filename
Database/Custom.lua
Database/Recipes/Cooking.lua
Locales/devel-enUS.lua
diff --git a/Database/Custom.lua b/Database/Custom.lua
index 412023b..9193885 100644
--- a/Database/Custom.lua
+++ b/Database/Custom.lua
@@ -78,6 +78,7 @@ function addon:InitCustom(DB)
 	AddCustom("ULDUM_RANDOM_INSC")
 	AddCustom("ENG_DISC")
 	AddCustom("FIRELANDS_RANDOM")
+	AddCustom("DIG_STEW")

 	self.InitCustom = nil
 end
diff --git a/Database/Recipes/Cooking.lua b/Database/Recipes/Cooking.lua
index 9b37623..986c05b 100644
--- a/Database/Recipes/Cooking.lua
+++ b/Database/Recipes/Cooking.lua
@@ -285,10 +285,10 @@ function addon:InitCooking()
 	-- Dig Rat Stew -- 6417
 	recipe = AddRecipe(6417, V.WOTLK, Q.COMMON)
 	recipe:SetRecipeItemID(44977)
-	recipe:SetCraftedItemID(44977)
+	recipe:SetCraftedItemID(5478)
 	recipe:SetSkillLevels(90, 90, 130, 150, 170)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP)
-	recipe:AddCustom("REMOVED_FROM_GAME")
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.MOB_DROP, F.IBOE, F.RBOP)
+	recipe:AddCustom("DIG_STEW")

 	-- Crispy Lizard Tail -- 6418
 	recipe = AddRecipe(6418, V.ORIG, Q.COMMON)
diff --git a/Locales/devel-enUS.lua b/Locales/devel-enUS.lua
index 064fc01..3f60e22 100644
--- a/Locales/devel-enUS.lua
+++ b/Locales/devel-enUS.lua
@@ -302,6 +302,7 @@ L["DATAMINE_OPTIONS_DESC"] = "Allows you to customize in-game ARL datamining."
 L["DATAMINE_WARNING_DESC"] = "Please note that enabling Auto Load Recipe Database will increase the amount of memory used by ARL.  Enabling Auto Scan Trainers may cause a slight bit of lag when the trainer is opened.  This will be more noticeable on the first scan of a trainer."
 L["DEEPHOLM_RANDOM_INSC"] = "This recipe drops from mobs in Deepholm."
 L["DEFAULT_RECIPE"] = "Learned by default when learning the profession."
+L["DIG_STEW"] = "Horde - Kill the Bael'dun Rifleman/Soldier/Officer mobs.  Alliance - Kill the Excavation Raider mobs.  Southern Barrens."
 L["DISCOVERY_ALCH_ELIXIRFLASK"] = "Discovered by making elixirs or flasks using Burning Crusade or higher ingredients."
 L["DISCOVERY_ALCH_NORTHREND_RESEARCH"] = "Obtained randomly by conducting Northrend alchemy research."
 L["DISCOVERY_ALCH_NORTHREND_XMUTE"] = "Discovered by doing transmutes using Northrend or higher ingredients (transmute tooltip mentions that there is a chance to discovery something)."