-Added new ore and herbs from Mists of Panderia.
Xruptor [09-29-12 - 03:52]
-Added new ore and herbs from Mists of Panderia.
diff --git a/itemDB.lua b/itemDB.lua
index ece4637..c30b680 100644
--- a/itemDB.lua
+++ b/itemDB.lua
@@ -59,6 +59,13 @@ xMPDB.herbs = {
[52986] = true,
[52987] = true,
[52988] = true,
+ --MOP
+ [72234] = true, -- Green Tea Leaf
+ [72235] = true, -- Silkweed
+ [72237] = true, -- Rain Poppy
+ [72238] = true, -- Golden Lotus
+ [79010] = true, -- Snow Lily
+ [79011] = true, -- Fool's Cap
}
--[[------------------------
@@ -79,6 +86,10 @@ xMPDB.ore = {
[53038] = true,
[52183] = true,
[52185] = true,
+ --MOP
+ [72092] = true, -- Ghost Iron Ore
+ [72103] = true, -- White Trillium Ore
+ [72094] = true, -- Black Trillium Ore
}
diff --git a/xanMortarPestle.toc b/xanMortarPestle.toc
index 1f35987..04b0c87 100644
--- a/xanMortarPestle.toc
+++ b/xanMortarPestle.toc
@@ -2,7 +2,7 @@
## Title: xanMortarPestle
## Notes: Mill/Prospect/Disenchant using (Alt + Right-Click) on an item.
## Author: Xruptor
-## Version: 2.3
+## Version: 2.4
## SavedVariables: XMP_DB
xanMortarPestle.lua