Quantcast

Added Legion ores, herbs and lockboxes

Daniel Yates [07-21-16 - 15:40]
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.
Filename
itemDB.lua
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
 }