from retail
This commit is contained in:
@@ -4067,9 +4067,11 @@ Private.event_prototypes = {
|
||||
["Cooldown Ready (Equipment Slot)"] = {
|
||||
type = "item",
|
||||
events = {},
|
||||
internal_events = {
|
||||
"ITEM_SLOT_COOLDOWN_READY"
|
||||
},
|
||||
internal_events = function(trigger)
|
||||
return {
|
||||
"ITEM_SLOT_COOLDOWN_READY:" .. (trigger.itemSlot or 0)
|
||||
}
|
||||
end,
|
||||
name = L["Cooldown Ready Event (Slot)"],
|
||||
loadFunc = function(trigger)
|
||||
WeakAuras.WatchItemSlotCooldown(trigger.itemSlot);
|
||||
|
||||
Reference in New Issue
Block a user