From 4b311365126a8d86bb50b16f6f8cd65f014a7ad9 Mon Sep 17 00:00:00 2001 From: Parnic Date: Thu, 6 Oct 2016 00:20:10 -0500 Subject: [PATCH] Added WoD combinables --- Breakables.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Breakables.lua b/Breakables.lua index 1c62a42..1c69187 100644 --- a/Breakables.lua +++ b/Breakables.lua @@ -60,6 +60,13 @@ local HerbCombineItems = { 97622, -- snow lily petal 97623, -- fool's cap spores 97624, -- desecrated herb pod + -- WoD + 109624, -- broken frostweed stem + 109625, -- broken fireweed stem + 109626, -- gorgrond flytrap ichor + 109627, -- starflower petal + 109628, -- nagrand arrowbloom petal + 109629, -- talador orchid petal } local UnProspectableItems = { @@ -74,6 +81,9 @@ local OreCombineItems = { -- MoP 97512, -- ghost iron nugget 97546, -- kyparite fragment + -- WoD + 109991, -- true iron nugget + 109992, -- blackrock fragment } local DisenchantId = 13262