File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ local RegisterEvent = ns.RegisterEvent
1212
1313-- 11.0
1414all :RegisterAbilities ( {
15- signet_of_the_priory = {
15+ signet_of_the_priory = {
1616 cast = 0 ,
1717 cooldown = 120 ,
1818 gcd = " off" ,
@@ -1501,6 +1501,33 @@ all:RegisterAbilities( {
15011501 },
15021502} )
15031503
1504+ -- 11.2
1505+ all :RegisterAbilities ( {
1506+ lily_of_the_eternal_weave = {
1507+ cast = 0 ,
1508+ cooldown = 90 ,
1509+ gcd = " off" ,
1510+
1511+ item = 242494 ,
1512+ toggle = " cooldowns" ,
1513+
1514+ proc = " secondary" ,
1515+ self_buff = " woven_fate" ,
1516+
1517+ handler = function ()
1518+ applyBuff ( " woven_fate" )
1519+ end ,
1520+
1521+ auras = {
1522+ woven_fate = {
1523+ id = 1244029 ,
1524+ duration = 15 ,
1525+ max_stack = 1
1526+ },
1527+ },
1528+ },
1529+ } )
1530+
15041531all :RegisterGear ( " scroll_of_momentum" , 226539 )
15051532
15061533all :RegisterAuras ( {
You can’t perform that action at this time.
0 commit comments