diff --git a/Locals/testdeDE.lua b/Locals/testdeDE.lua
index d720270..3c14faa 100644
--- a/Locals/testdeDE.lua
+++ b/Locals/testdeDE.lua
@@ -1597,3 +1597,4 @@ L["Zorbin Fandazzle"] = "Zorbin von Schiller"
L["Zula Slagfury"] = "Zula Schmelzzorn"
L["Zulian Tiger"] = "Zulianischer Tiger"
L["Zurai"] = "Zurai"
+L["Northern Stew"] = true
diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua
index 87fc6e1..62879d2 100644
--- a/Locals/testenUS.lua
+++ b/Locals/testenUS.lua
@@ -1707,3 +1707,4 @@ L["Bombus Finespindle"] = true
L["Rartar"] = true
L["Bryan Landers"] = true
L["Prospector Khazgorm"] = true
+L["Northern Stew"] = true
diff --git a/Locals/testesMX.lua b/Locals/testesMX.lua
index 1ef21ab..0a49f0c 100644
--- a/Locals/testesMX.lua
+++ b/Locals/testesMX.lua
@@ -1578,3 +1578,4 @@ L["Zorbin Fandazzle"] = "Zorbin Ventipnotizador"
L["Zula Slagfury"] = "Zula Furiascoria"
L["Zulian Tiger"] = "Tigre Zulian"
L["Zurai"] = "Zurai"
+L["Northern Stew"] = true
diff --git a/RecipeDB/ARL-Cook.lua b/RecipeDB/ARL-Cook.lua
index a160740..0f79afa 100644
--- a/RecipeDB/ARL-Cook.lua
+++ b/RecipeDB/ARL-Cook.lua
@@ -881,8 +881,8 @@ function addon:InitCooking(RecipeDB)
-- Northern Stew -- 57421
recipecount = recipecount + 1
self:addTradeSkill(RecipeDB,57421,350,34747,1, 2550)
- self:addTradeFlags(RecipeDB,57421,1,2,3,21,22,23,24,25,26,27,28,29,30,36,41)
- self:addTradeAcquire(RecipeDB,57421,1,26905,1,26953,1,26972,1,26989,1,28705,1,29631)
+ self:addTradeFlags(RecipeDB,57421,1,2,8,21,22,23,24,25,26,27,28,29,30,36,41,51,52,53,54)
+ self:addTradeAcquire(RecipeDB,57421,4,13087,4,13088,4,13089,4,13090)
-- Spicy Fried Herring -- 57433
recipecount = recipecount + 1
diff --git a/RecipeDB/ARL-Quest.lua b/RecipeDB/ARL-Quest.lua
index 353bae1..296e661 100644
--- a/RecipeDB/ARL-Quest.lua
+++ b/RecipeDB/ARL-Quest.lua
@@ -131,5 +131,9 @@ function addon:InitQuest(QuestDB)
self:addLookupList(QuestDB,9636,L["The Zapthrottle Mote Extractor!"],BZONE["Zangarmarsh"],68.54,48.94,1)
self:addLookupList(QuestDB,10860,L["Mok'Nathal Treats"],BZONE["Blade's Edge Mountains"],76.33,61.69,2)
self:addLookupList(QuestDB,12645,L["Fletcher's Lost and Found"],BZONE["Dalaran"],0,0,0)
+ self:addLookupList(QuestDB,13087,L["Northern Stew"],BZONE["Howling Fjord"],58.2,62.1,1)
+ self:addLookupList(QuestDB,13088,L["Northern Stew"],BZONE["Borean Tundra"],57.9,71.5,1)
+ self:addLookupList(QuestDB,13089,L["Northern Stew"],BZONE["Howling Fjord"],78.7,29.5,2)
+ self:addLookupList(QuestDB,13090,L["Northern Stew"],BZONE["Borean Tundra"],42.0,54.2,2)
end