diff --git a/Locals/testdeDE.lua b/Locals/testdeDE.lua index 493cab8..29d3e2b 100644 --- a/Locals/testdeDE.lua +++ b/Locals/testdeDE.lua @@ -1597,6 +1597,6 @@ L["Zorbin Fandazzle"] = "Zorbin von Schiller" L["Zula Slagfury"] = "Zula Schmelzzorn" L["Zulian Tiger"] = "Zulianischer Tiger" L["Zurai"] = "Zurai" -L["Northern Stew"] = true +L["Northern Cooking"] = true L["Custom40"] = "Discovered randomly by reading the Book of Glyph Mastery." \ No newline at end of file diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua index 080ba24..525e534 100644 --- a/Locals/testenUS.lua +++ b/Locals/testenUS.lua @@ -1708,4 +1708,4 @@ L["Bombus Finespindle"] = true L["Rartar"] = true L["Bryan Landers"] = true L["Prospector Khazgorm"] = true -L["Northern Stew"] = true +L["Northern Cooking"] = true diff --git a/Locals/testesMX.lua b/Locals/testesMX.lua index ea3c853..78a1212 100644 --- a/Locals/testesMX.lua +++ b/Locals/testesMX.lua @@ -1578,6 +1578,6 @@ L["Zorbin Fandazzle"] = "Zorbin Ventipnotizador" L["Zula Slagfury"] = "Zula Furiascoria" L["Zulian Tiger"] = "Tigre Zulian" L["Zurai"] = "Zurai" -L["Northern Stew"] = true +L["Northern Cooking"] = true L["Custom40"] = "Discovered randomly by reading the Book of Glyph Mastery." \ No newline at end of file diff --git a/RecipeDB/ARL-Quest.lua b/RecipeDB/ARL-Quest.lua index 296e661..e1a1b0c 100644 --- a/RecipeDB/ARL-Quest.lua +++ b/RecipeDB/ARL-Quest.lua @@ -131,9 +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) + self:addLookupList(QuestDB,13087,L["Northern Cooking"],BZONE["Howling Fjord"],58.2,62.1,1) + self:addLookupList(QuestDB,13088,L["Northern Cooking"],BZONE["Borean Tundra"],57.9,71.5,1) + self:addLookupList(QuestDB,13089,L["Northern Cooking"],BZONE["Howling Fjord"],78.7,29.5,2) + self:addLookupList(QuestDB,13090,L["Northern Cooking"],BZONE["Borean Tundra"],42.0,54.2,2) end