Add combopoint flasher
This commit is contained in:
9
FreshShit/CombopointFlasher/event.lua
Normal file
9
FreshShit/CombopointFlasher/event.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
-- UNIT_POWER_FREQUENT
|
||||
---@param e string
|
||||
---@param unit string
|
||||
---@param power string
|
||||
function(e, unit, power)
|
||||
if unit ~= "player" then return end
|
||||
if power ~= "COMBO_POINTS" then return end
|
||||
return true
|
||||
end
|
||||
Reference in New Issue
Block a user