Skip to content

Commit

Permalink
GrimBatol add commandingRoarTimer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodsderechte committed Sep 25, 2024
1 parent 1952a7f commit b74f3ca
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions SpellData/Cataclysm/GrimBatol.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,23 @@ bosses.boss1 = { -- General Umbriss
}
}
},
[JDT.GroupTypes.VoidCastWithSuccess] = {
CommandingRoar = {
enabled = true,
spellId = 448847,
triggerData = {
{
unit = JDT.Templates.Triggers.UnitTypes.boss,
spellId = "448847",
},
{
spellId = "448847",
duration = "8"
},

}
},
},
}
}
bosses.boss2 = { -- Forgemaster Throngus
Expand Down

0 comments on commit b74f3ca

Please sign in to comment.