Skip to content

Commit

Permalink
Fix another action.meteor.impact call.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Jan 8, 2024
1 parent 22e2302 commit 69d4860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dragonflight/MageFire.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,7 @@ spec:RegisterAbilities( {
end

if buff.firefall_ready.up then
action.meteor.impact()
class.abilities.meteor.impact()
removeBuff( "firefall_ready" )
end

Expand Down

0 comments on commit 69d4860

Please sign in to comment.