Skip to content

Commit

Permalink
Adds dispel resist handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Slivo-fr committed Apr 28, 2021
1 parent 13dea7e commit 3d85ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function TranqRotate:COMBAT_LOG_EVENT_UNFILTERED()
if (sourceGUID == UnitGUID("player")) then
TranqRotate:sendAnnounceMessage(TranqRotate.db.profile.announceSuccessMessage, destName)
end
elseif (event == "SPELL_MISSED") then
elseif (event == "SPELL_MISSED" or event == "SPELL_DISPEL_FAILED") then
TranqRotate:sendSyncTranq(hunter, true, timestamp)
TranqRotate:rotate(hunter, true)
if (sourceGUID == UnitGUID("player")) then
Expand Down

0 comments on commit 3d85ab9

Please sign in to comment.