Draenei Exiles in Swamp of Sorrows

This commit is contained in:
2026-07-30 20:18:46 +03:00
parent 0e9dfa7228
commit 460417ff28
3 changed files with 22 additions and 0 deletions
+1
View File
@@ -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"] = ""
+11
View File
@@ -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" },
},
},
},
},
+10
View File
@@ -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 },
},
},
},
},