From d284077843fe8b192901ea9a4bc1ffa3235f385b Mon Sep 17 00:00:00 2001 From: Hekili Date: Tue, 10 Oct 2023 16:32:05 -0400 Subject: [PATCH] Fix totem element in Shaman module. --- Wrath/Shaman.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Wrath/Shaman.lua b/Wrath/Shaman.lua index 7b72564a6..ab1ad7788 100644 --- a/Wrath/Shaman.lua +++ b/Wrath/Shaman.lua @@ -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 )