diff --git a/Localization.lua b/Localization.lua index abe0f00..dc4d060 100644 --- a/Localization.lua +++ b/Localization.lua @@ -514,6 +514,7 @@ if (GetLocale() == "sample") then RecipeRadar_Strings["Yavon Sharplight"] = "" RecipeRadar_Strings["Yonada"] = "" RecipeRadar_Strings["Yuka Screwspigot"] = "" + RecipeRadar_Strings["Zad'ran"] = "" RecipeRadar_Strings["Zan Shivsproket"] = "" RecipeRadar_Strings["Zannok Hidepiercer"] = "" RecipeRadar_Strings["Zansoa"] = "" diff --git a/RecipeData.lua b/RecipeData.lua index 3eb3a1f..6f33c73 100644 --- a/RecipeData.lua +++ b/RecipeData.lua @@ -1469,6 +1469,17 @@ RecipeRadar_RecipeData = { { Region = RRS("Desolace"), Vendor = RRS("Deathcaller Aisha"), Team = "Neutral" }, }, }, + { + ID = 33144, + Type = RRS("Enchanting"), + Skill = 300, + Cost = 130000, + Faction = RRS("Draenei Exiles"), + Level = 8, + Locations = { + { Region = RRS("Swamp of Sorrows"), Vendor = RRS("Zad'ran"), Team = "Neutral" }, + }, + }, }, }, diff --git a/RegionData.lua b/RegionData.lua index 9af9a65..cc0310d 100644 --- a/RegionData.lua +++ b/RegionData.lua @@ -2481,6 +2481,16 @@ RecipeRadar_RegionData = { { ID = 16110, Type = RRS("Cooking"), Skill = 225, Cost = 12000 }, }, }, + { + Name = RRS("Zad'ran"), + Team = "Neutral", + Coordinates = { + { x = 0.268, y = 0.325 }, + }, + Recipes = { + { ID = 33144, Type = RRS("Enchanting"), Skill = 300, Cost = 130000, Faction = RRS("Draenei Exiles"), Level = 8 }, + }, + }, }, },