diff --git a/README.md b/README.md index 9a73ef3..767c683 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/RecipeData.lua b/RecipeData.lua index fbbb3a4..dad93fe 100644 --- a/RecipeData.lua +++ b/RecipeData.lua @@ -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" }, }, }, { diff --git a/RegionData.lua b/RegionData.lua index d4970fa..e0770f8 100644 --- a/RegionData.lua +++ b/RegionData.lua @@ -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 }, }, }, {