From 79234454b7d19512661082c00407932f9e6e0fa4 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sun, 2 Nov 2014 19:47:36 +0100 Subject: [PATCH] I'm assuming that the raid mounts in Draenor will also not be available from bonus rolls --- encounters/Draenor.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/encounters/Draenor.lua b/encounters/Draenor.lua index 1799cdf..6bdf586 100644 --- a/encounters/Draenor.lua +++ b/encounters/Draenor.lua @@ -1,5 +1,6 @@ local _, ns = ... ns.encounterIDs = ns.encounterIDs or {} +ns.itemBlacklist = ns.itemBlacklist or {} ns.continents = ns.continents or {} -- http://www.wowhead.com/spells=0?filter=na=Bonus;cr=84:109:16;crs=1:6:6 @@ -33,4 +34,11 @@ for spellID, encounterID in next, { ns.encounterIDs[spellID] = encounterID end +for _, itemID in next, { + -- Mounts + 116660, -- Ironhoof Destroyer +} do + ns.itemBlacklist[itemID] = true +end + ns.continents[7] = 557 -- 1.7.9.5