From 475d766399a5d098462df82b35e12deda5a18fe6 Mon Sep 17 00:00:00 2001 From: Daniel Yates Date: Thu, 21 Jul 2016 16:40:11 +0100 Subject: [PATCH] Added Legion ores, herbs and lockboxes Not collected any of these in the beta, but I've checked that each herb has an associated Mass Mill spell and the same for ores wrt. prospecting. --- itemDB.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/itemDB.lua b/itemDB.lua index 840ece4..9159292 100644 --- a/itemDB.lua +++ b/itemDB.lua @@ -74,6 +74,14 @@ xMPDB.herbs = { [109127] = true, -- Starflower [109128] = true, -- Nagrand Arrowbloom [109129] = true, -- Talador Orchid + -- Legion + [124101] = true, -- Aethril + [124102] = true, -- Dreamleaf + [124103] = true, -- Foxflower + [124104] = true, -- Fjarnskaggl-waggle-something. + [124105] = true, -- Starlight Rose + [124106] = true, -- Felwort + [128304] = true, -- Yseralline Seed (I guess - these have a Mass Mill spell). } --[[------------------------ @@ -102,6 +110,9 @@ xMPDB.ore = { -- Warlords of Draenor [109119] = true, -- True Iron Ore [109118] = true, -- Blackrock Ore + -- Legion + [123918] = true, -- Leystone Ore + [123919] = true, -- Felslate } @@ -142,4 +153,6 @@ xMPDB.lock = { [88567] = true, --ghost iron box -- Warlords of Draenor [116920] = true, -- True Steel Lockbox + -- Legion + [121331] = true, -- Leystone Lockbox } -- 1.7.9.5