Remove class check
This commit is contained in:
parent
3b75efe038
commit
a7b13277b6
1 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue