from retail

This commit is contained in:
NoM0Re
2025-01-13 14:56:26 +01:00
parent 613c9ecefe
commit 0291e5b5e7
2 changed files with 228 additions and 25 deletions
+10 -1
View File
@@ -3015,7 +3015,9 @@ Private.event_prototypes = {
test = "true"
},
},
timedrequired = true
countEvents = true,
delayEvents = true,
timedrequired = true,
},
["Cooldown Progress (Spell)"] = {
type = "spell",
@@ -5400,6 +5402,8 @@ Private.event_prototypes = {
reloadOptions = true
},
},
countEvents = true,
delayEvents = true,
timedrequired = true
},
["Ready Check"] = {
@@ -5409,6 +5413,8 @@ Private.event_prototypes = {
},
name = L["Ready Check"],
args = {},
statesParameter = "one",
delayEvents = true,
timedrequired = true
},
["Combat Events"] = {
@@ -5430,6 +5436,9 @@ Private.event_prototypes = {
test = "event == %q"
}
},
statesParameter = "one",
countEvents = true,
delayEvents = true,
timedrequired = true
},
["Death Knight Rune"] = {