Skip to content

Commit

Permalink
Fix totem element in Shaman module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Oct 10, 2023
1 parent 08190a1 commit d284077
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Wrath/Shaman.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1033,13 +1033,6 @@ spec:RegisterHook( "reset_precast", function()
state.swings.mh_pseudo_speed = state.swings.mainhand_speed
end )

spec:RegisterHook( "runHandler", function( action )
local ability = class.abilities[ action ]

if ability and ability.totem then
summonTotem( ability.totem, totem[ action ].remains )
end
end )

Hekili:RegisterGearHook( reset_gear, update_gear )

Expand Down

0 comments on commit d284077

Please sign in to comment.