from retail

This commit is contained in:
NoM0Re
2025-01-24 21:18:29 +01:00
parent b831fb4009
commit bd6985e67a
8 changed files with 178 additions and 84 deletions
+5 -3
View File
@@ -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);