diff --git a/herb_db.lua b/herb_db.lua index d815504..76eb32d 100644 --- a/herb_db.lua +++ b/herb_db.lua @@ -100,5 +100,6 @@ MillButton_Herblist = { [168589] = false, --Marrowroot [171315] = false, --Nightshade [169701] = false, --Death Blossom + [170554] = false, --Vigil's Torch }, }; diff --git a/locales/enUS.lua b/locales/enUS.lua index 689f762..10b579f 100644 --- a/locales/enUS.lua +++ b/locales/enUS.lua @@ -4,6 +4,7 @@ L["168583"] = "Widowbloom" L["168589"] = "Marrowroot" L["171315"] = "Nightshade" L["169701"] = "Death Blossom" +L["170554"] = "Vigil's Torch" L["168487"] = "Zin'anthid" L["152511"] = "Sea Stalk" L["152509"] = "Siren's Pollen"