Skip to content

Commit

Permalink
Plugins/Pull: Fix an error when engaging a boss during the countdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 21, 2016
1 parent 999f2f0 commit 24c226d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/Pull.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ do
self:SendMessage("BigWigs_Message", self, nil, L.pulling, "Attention", "Interface\\Icons\\ability_warrior_charge")
self:SendMessage("BigWigs_Sound", self, nil, "Alarm")
elseif timeLeft > 2 and IsEncounterInProgress() then -- Cancel the pull timer if we ninja pulled
startPull(0, COMBAT)
self:StartPull(0, COMBAT)
elseif timeLeft < 11 then
if self.db.profile.countType == "normal" then
self:SendMessage("BigWigs_Message", self, nil, L.pullIn:format(timeLeft), "Attention")
Expand Down

0 comments on commit 24c226d

Please sign in to comment.