Skip to content

Commit

Permalink
fix missing .vb.isGrounded
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew6180 committed Aug 8, 2020
1 parent f467612 commit d0713f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Ulduar/Razorscale.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function mod:CHAT_MSG_RAID_BOSS_EMOTE(emote)
if emote == L.EmotePhase2 or emote:find(L.EmotePhase2) then
-- phase2
self.vb.phase = 2
self.isGrounded = true
self.vb.isGrounded = true
timerTurret1:Stop()
timerTurret2:Stop()
timerTurret3:Stop()
Expand Down

0 comments on commit d0713f5

Please sign in to comment.