mirror of
https://github.com/parnic/breakables.git
synced 2025-06-17 01:41:51 -05:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
610f1559fe | |||
140502e508 |
@ -27,6 +27,7 @@ local PickableItems = {
|
||||
29569, -- strong junkbox
|
||||
43575, -- reinforced junkbox
|
||||
63349, -- flame-scarred junkbox
|
||||
88165, -- vine-cracked junkbox
|
||||
}
|
||||
local CanPickLock = false
|
||||
|
||||
@ -862,11 +863,11 @@ function Breakables:FindBreakablesInSlot(bagId, slotId)
|
||||
end
|
||||
end
|
||||
|
||||
if CanMill and (itemSubType == MillingItemSubType or itemSubType == MillingItemSecondarySubType) and millable then
|
||||
if CanMill --[[and (itemSubType == MillingItemSubType or itemSubType == MillingItemSecondarySubType)]] and millable then
|
||||
return {itemLink, itemCount, itemType, itemTexture, bagId, slotId, itemSubType, itemLevel, BREAKABLE_HERB, false, itemName}
|
||||
end
|
||||
|
||||
if CanProspect and itemSubType == ProspectingItemSubType and prospectable then
|
||||
if CanProspect --[[and itemSubType == ProspectingItemSubType]] and prospectable then
|
||||
return {itemLink, itemCount, itemType, itemTexture, bagId, slotId, itemSubType, itemLevel, BREAKABLE_ORE, false, itemName}
|
||||
end
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## Interface: 50001
|
||||
## Interface: 50100
|
||||
## Author: Parnic
|
||||
## Name: Breakables
|
||||
## Title: Breakables |cff7fff7f-Ace3-|r
|
||||
|
Reference in New Issue
Block a user