Skip to content

Commit

Permalink
Fixed trinket errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kuukuukuatchu committed Mar 2, 2017
1 parent d50459e commit b99c5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rotations/Monk/Mistweaver/MistweaverLyLoLoq.lua
Original file line number Diff line number Diff line change
Expand Up @@ -309,13 +309,13 @@ local function runRotation()

local function actionList_Cooldown()
if useCDs() then
if isChecked("Trinket - 1") and getLowAllies(getValue("Trinket - 1")) >= getValue("Min Trinket 1 Targets") then
if isChecked("Trinket 1") and getLowAllies(getValue("Trinket 1")) >= getValue("Min Trinket 1 Targets") then
if canUse(13) then
useItem(13)
return true
end
end
if isChecked("Trinket - 2") and getLowAllies(getValue("Trinket - 2")) >= getValue("Min Trinket 2 Targets") then
if isChecked("Trinket 2") and getLowAllies(getValue("Trinket 2")) >= getValue("Min Trinket 2 Targets") then
if canUse(14) then
useItem(14)
return true
Expand Down

0 comments on commit b99c5a6

Please sign in to comment.