Compare commits

...

4 Commits
1.5.1 ... 1.6.2

Author SHA1 Message Date
4d0b368ba6 Added 8.2's lockbox 2019-08-12 09:17:44 -05:00
ca215c2382 Added patch 8.2's new herb and ore 2019-07-21 10:39:55 -05:00
66c35b8277 Updated TOC to 8.2 2019-06-25 09:56:07 -05:00
e3d271e0ff Immediately update when a lock is picked 2019-06-25 09:55:29 -05:00
3 changed files with 14 additions and 2 deletions

View File

@ -37,6 +37,7 @@ local AdditionalMillableItems = {
152509,
152510,
152511,
168487,
}
local AdditionalProspectableItems = {
@ -48,6 +49,7 @@ local AdditionalProspectableItems = {
152512,
152513,
152579,
168185,
}
local MassMilling = {
@ -141,6 +143,7 @@ local PickableItems = {
88567, -- ghost iron lockbox
116920, -- true steel lockbox
121331, -- leystone lockbox
169475, -- barnacled lockbox
}
local CanPickLock = false
@ -408,7 +411,7 @@ function Breakables:OnTradeSkillUpdate()
end
function Breakables:OnBagItemLockPicked()
nextCheck[1] = GetTime() + BagUpdateCheckDelay
self:FindBreakables()
end
function Breakables:FindLevelOfProfessionIndex(idx)

View File

@ -1,4 +1,4 @@
## Interface: 80100
## Interface: 80200
## Author: Parnic
## Name: Breakables
## Title: Breakables |cff7fff7f-Ace3-|r

View File

@ -1,3 +1,12 @@
v1.6.2:
- Added 8.2's lockboxes
v1.6.1:
- Added patch 8.2's new herb and ore
v1.6:
- Updated TOC for 8.2
v1.5.1:
- Updated TOC for 8.1
- Added Highmountain Armor as a disenchantable item