diff --git a/QuestHelper/custom.lua b/QuestHelper/custom.lua index b96dfca..0424610 100644 --- a/QuestHelper/custom.lua +++ b/QuestHelper/custom.lua @@ -334,7 +334,18 @@ local elders = { ["Muraco"] = "Storm Peaks 64 51", ["Stonebeard"] = "Storm Peaks 31 38", ["Tauros"] = "Zul'Drak 59 56" - } + }, + ["Cataclysm"] = { + ["Moonlance"] = "Shimmering Expanse 57, 86", -- Biel'aran Ridge, Shimmering Expanse + ["Windsong"] = "Mount Hyjal 27 62", -- Sanctuary of Malorne, Hyjal + ["Evershade"] = "Mount Hyjal 63 23", -- Nordrassil, Hyjal + ["Stonebrand"] = "Deepholm 50 55", -- Temple of Earth, Deepholm + ["Deepforge"] = "Deepholm 28 69", -- Stonehearth, Deepholm + ["Menkhaf"] = "Uldum 66 19", -- Khartut's Tomb, Uldum + ["Sekhemi"] = "Uldum 32 63", -- Ruins of Ammon, Uldum + ["Firebeard"] = "Twilight Highlands 51 71", -- Dunward Town Square, Dunward Ruins, Twilight Highlands + ["Darkfeather"] = "Twilight Highlands 52 33" -- Thundermar Ruins, Twilight Highlands + }, } local function searchItem(input, yield_countdown, yield_countdown_max)