diff --git a/loc/localization_DE.lua b/loc/localization_DE.lua index 2593465..ef68b80 100644 --- a/loc/localization_DE.lua +++ b/loc/localization_DE.lua @@ -157,7 +157,6 @@ privateTable.L.quests = { ["Spaß für die Kleinen"] = {item=393, amount=15, currency=true}, --MoP ["Saat der Angst"]={item="Schreckensambersplitter", amount=5, currency=false}, -["Auffüllen der Speisekammer"]={item="Bündel mit Zutaten", amount=1, currency=false}, ["Ein Gericht für Jogu"]={item="Gebratene Karotten", amount=5, currency=false}, ["Garnelenklößchen"]={item="Garnelenklößchen", amount=5, currency=false}, diff --git a/loc/localization_EN.lua b/loc/localization_EN.lua index 15cefe3..bc8eb1f 100644 --- a/loc/localization_EN.lua +++ b/loc/localization_EN.lua @@ -146,7 +146,6 @@ privateTable.L.quests = { ["Fun for the Little Ones"] = {item=393, amount=15, currency=true}, --MoP ["Seeds of Fear"]={item="Dread Amber Shards", amount=5, currency=false}, -["Replenishing the Pantry"]={item="Bundle of Groceries", amount=1, currency=false}, ["A Dish for Jogu"]={item="Sauteed Carrots", amount=5, currency=false}, ["A Dish for Ella"]={item="Shrimp Dumplings", amount=5, currency=false}, diff --git a/loc/localization_FR.lua b/loc/localization_FR.lua index edd6c26..21fe34f 100644 --- a/loc/localization_FR.lua +++ b/loc/localization_FR.lua @@ -152,7 +152,6 @@ privateTable.L.quests = { ["Les petits s'amusent aussi"] = {item=393, amount=15, currency=true}, --MoP ["Les graines de la peur"]={item="Eclats d’ambre d’effroi", amount=5, currency=false}, -["Remplir le garde-manger"]={item="Panier de vivres", amount=1, currency=false}, ["Un plat pour Jogu"]={item="Carottes sautées", amount=5, currency=false}, ["Un plat pour Ella"]={item="Raviolis aux crevettes", amount=5, currency=false},