Add some 9.1/9.2 breakables

This commit is contained in:
2022-03-23 20:53:31 -05:00
parent 0779f4c5ae
commit 154da46002

View File

@ -54,6 +54,7 @@ local AdditionalMillableItems = {
168583, -- widowbloom 168583, -- widowbloom
169701, -- death blossom 169701, -- death blossom
171315, -- nightshade 171315, -- nightshade
187699, -- first flower, 9.2.0
} }
local AdditionalProspectableItems = { local AdditionalProspectableItems = {
@ -73,6 +74,7 @@ local AdditionalProspectableItems = {
171830, -- oxxein 171830, -- oxxein
171831, -- phaedrum 171831, -- phaedrum
171832, -- sinvyr 171832, -- sinvyr
187700, -- progenium ore, 9.2.0
} }
local MassMilling = { local MassMilling = {
@ -99,6 +101,7 @@ local MassMilling = {
[168583] = 311415, [168583] = 311415,
[169701] = 311413, [169701] = 311413,
[171315] = 311418, [171315] = 311418,
[187699] = 359490,
} }
local HerbCombineItems = { local HerbCombineItems = {
@ -186,6 +189,7 @@ local PickableItems = {
180532, -- maldraxxi 180532, -- maldraxxi
180533, -- kyrian 180533, -- kyrian
180522, -- night fae 180522, -- night fae
186161, -- stygian lockbox, 9.1.0
} }
local CanPickLock = false local CanPickLock = false