mirror of
https://github.com/MarkuruThunderhoof/RecipeRadar.git
synced 2026-09-21 23:16:55 +00:00
Fix FAid and Readme
This commit is contained in:
@@ -18,10 +18,10 @@ minimap to open Recipe Radar or use the slash command, '/rrdr'.
|
||||
- [ ] Populate missing recipes
|
||||
- [x] Alchemy
|
||||
- [x] Blacksmithing
|
||||
- [ ] Cooking
|
||||
- [x] Cooking
|
||||
- [ ] Enchanting
|
||||
- [ ] Engineering
|
||||
- [ ] First Aid
|
||||
- [x] First Aid
|
||||
- [ ] Leatherworking
|
||||
- [ ] Tailoring
|
||||
- [ ] Disguise
|
||||
|
||||
+3
-3
@@ -3669,7 +3669,7 @@ RecipeRadar_RecipeData = {
|
||||
Locations = {
|
||||
{ Region = RRS("Arathi Highlands"), Vendor = RRS("Deneb Walker"), Team = "Alliance" },
|
||||
{ Region = RRS("Dustwallow Marsh"), Vendor = RRS("Balai Lok'Wein"), Team = "Horde" },
|
||||
{ Region = RRS("Dustwallow Marsh"), Vendor = RRS("Ghok'kah"), Team = "Horde" },
|
||||
--{ Region = RRS("Dustwallow Marsh"), Vendor = RRS("Ghok'kah"), Team = "Horde" },
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -3680,7 +3680,7 @@ RecipeRadar_RecipeData = {
|
||||
Locations = {
|
||||
{ Region = RRS("Arathi Highlands"), Vendor = RRS("Deneb Walker"), Team = "Alliance" },
|
||||
{ Region = RRS("Dustwallow Marsh"), Vendor = RRS("Balai Lok'Wein"), Team = "Horde" },
|
||||
{ Region = RRS("Dustwallow Marsh"), Vendor = RRS("Ghok'kah"), Team = "Horde" },
|
||||
--{ Region = RRS("Dustwallow Marsh"), Vendor = RRS("Ghok'kah"), Team = "Horde" },
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -3691,7 +3691,7 @@ RecipeRadar_RecipeData = {
|
||||
Locations = {
|
||||
{ Region = RRS("Arathi Highlands"), Vendor = RRS("Deneb Walker"), Team = "Alliance" },
|
||||
{ Region = RRS("Dustwallow Marsh"), Vendor = RRS("Balai Lok'Wein"), Team = "Horde" },
|
||||
{ Region = RRS("Dustwallow Marsh"), Vendor = RRS("Ghok'kah"), Team = "Horde" },
|
||||
--{ Region = RRS("Dustwallow Marsh"), Vendor = RRS("Ghok'kah"), Team = "Horde" },
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
+3
-3
@@ -1477,9 +1477,9 @@ RecipeRadar_RegionData = {
|
||||
},
|
||||
Recipes = {
|
||||
{ ID = 4355, Type = RRS("Tailoring"), Skill = 200, Cost = 1500 },
|
||||
{ ID = 16084, Type = RRS("First Aid"), Skill = 125, Cost = 10000 },
|
||||
{ ID = 16112, Type = RRS("First Aid"), Skill = 180, Cost = 2200 },
|
||||
{ ID = 16113, Type = RRS("First Aid"), Skill = 210, Cost = 5000 },
|
||||
--{ ID = 16084, Type = RRS("First Aid"), Skill = 125, Cost = 10000 },
|
||||
--{ ID = 16112, Type = RRS("First Aid"), Skill = 180, Cost = 2200 },
|
||||
--{ ID = 16113, Type = RRS("First Aid"), Skill = 210, Cost = 5000 },
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user