Remove class check

This commit is contained in:
Andrew6810
2022-10-28 07:40:10 -07:00
parent 3b75efe038
commit a7b13277b6
+2 -5
View File
@@ -116,11 +116,8 @@ function Swing:OnEnable()
self:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED")
self:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED")
-- slam stuff
if playerclass == "WARRIOR" then
self:RegisterEvent("UNIT_SPELLCAST_START")
self:RegisterEvent("UNIT_SPELLCAST_INTERRUPTED")
end
self:RegisterEvent("UNIT_SPELLCAST_START")
self:RegisterEvent("UNIT_SPELLCAST_INTERRUPTED")
self:RegisterEvent("UNIT_ATTACK")
if not swingbar then