Skip to content

Commit

Permalink
Improved Filger for Death Knight CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed May 22, 2014
1 parent 76d7570 commit ccd6445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShestakUI_Filger/ShestakUI_Filger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ function Filger:OnEvent(event, unit)
start, duration = GetInventoryItemCooldown("player", data.slotID)
end
end
if name and (duration or 0) > 1.5 then
if name and (T.class ~= "DEATHKNIGHT" and (duration or 0) > 1.5) or (duration or 0) > 10 then
found = true
end
elseif data.filter == "ICD" and (not data.spec or data.spec == ptt) then
Expand Down

0 comments on commit ccd6445

Please sign in to comment.