From 30103ceb8717976ec70fef23e8fd91c9b6545a21 Mon Sep 17 00:00:00 2001 From: MarkuruThunderhoof Date: Sun, 30 Aug 2026 08:33:44 +0300 Subject: [PATCH] Kodiak Killbrew is in Un'Goro --- RecipeData.lua | 2 +- RegionData.lua | 25 +++++++++++++------------ 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/RecipeData.lua b/RecipeData.lua index 6f33c73..c092f7b 100644 --- a/RecipeData.lua +++ b/RecipeData.lua @@ -3424,7 +3424,7 @@ RecipeRadar_RecipeData = { { Region = RRS("Stormwind City"), Vendor = RRS("Kendor Kabonka"), Team = "Alliance" }, { Region = RRS("Arathi Highlands"), Vendor = RRS("Keena"), Team = "Horde" }, { Region = RRS("Stranglethorn Vale"), Vendor = RRS("Nerrist"), Team = "Horde" }, - { Region = RRS("Tanaris"), Vendor = RRS("Kodiak Killbrew"), Team = "Neutral" }, + { Region = RRS("Un'Goro Crater"), Vendor = RRS("Kodiak Killbrew"), Team = "Neutral" }, }, }, { diff --git a/RegionData.lua b/RegionData.lua index cc0310d..fbaaa09 100644 --- a/RegionData.lua +++ b/RegionData.lua @@ -3303,18 +3303,6 @@ RecipeRadar_RegionData = { { ID = 18650, Type = RRS("Engineering"), Skill = 200, Cost = 5000 }, }, }, - { - Name = RRS("Kodiak Killbrew"), - Team = "Neutral", - Coordinates = { - { x = 0.315, y = 0.365 }, - }, - Recipes = { - { ID = 3682, Type = RRS("Cooking"), Skill = 130, Cost = 1600 }, - { ID = 12228, Type = RRS("Cooking"), Skill = 175, Cost = 5000 }, - { ID = 12231, Type = RRS("Cooking"), Skill = 175, Cost = 3000 }, - }, - }, { Name = RRS("Innkeeper Fizzgrimble"), Team = "Neutral", @@ -3596,6 +3584,19 @@ RecipeRadar_RegionData = { { ID = 15758, Type = RRS("Leatherworking"), Skill = 290, Cost = 22000, Specialty = RRS("Tribal Leatherworking") }, }, }, + { + Name = RRS("Kodiak Killbrew"), + Team = "Neutral", + Coordinates = { + { x = 0.79, y = 0.643 }, + }, + Recipes = { + { ID = 3682, Type = RRS("Cooking"), Skill = 130, Cost = 1600 }, + { ID = 12228, Type = RRS("Cooking"), Skill = 175, Cost = 5000 }, + { ID = 12231, Type = RRS("Cooking"), Skill = 175, Cost = 3000 }, + }, + }, + }, },