Skip to content

Commit be5f747

Browse files
committed
Update BrewDemon.lua
1 parent d3c1161 commit be5f747

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Rotations/Warlock/Demonology/BrewDemon.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ actionList.CoolDown = function()
223223
if cast.able.powerSiphon("target") then
224224
if cast.powerSiphon("target") then ui.debug("Casting Power Siphon") return true end
225225
end
226+
227+
if cast.able.grimoireFelguard() then
228+
if cast.grimoireFelguard() then ui.debug("Casting Grimoire Felguard") return true end
229+
end
226230
end
227231

228232
local function runRotation()

0 commit comments

Comments
 (0)