Skip to content

Commit

Permalink
make razorscale require 30 second no combat before wipe
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed May 16, 2024
1 parent 5d4c9d5 commit 136ea70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DBM-Raids-WoTLK/Ulduar/Razorscale.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ else
mod:SetEncounterID(746)
end
mod:SetModelID(28787)
mod:SetHotfixNoticeRev(20240516000000)
mod:SetMinSyncRevision(20240516000000)

mod:RegisterCombat("combat_yell", L.YellAir)
mod:SetWipeTime(30)--Combat drops between adds waves

mod:RegisterEventsInCombat(
"SPELL_CAST_START 63317 64021 63236",
Expand Down

0 comments on commit 136ea70

Please sign in to comment.