mirror of
https://github.com/MarkuruThunderhoof/RecipeRadar.git
synced 2026-09-22 07:26:56 +00:00
Draenei Exiles in Swamp of Sorrows
This commit is contained in:
@@ -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"] = ""
|
||||
|
||||
@@ -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" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
@@ -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 },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user