Skip to content

Commit

Permalink
Don't confuse ourselves later
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Oct 30, 2020
1 parent 1983a68 commit c027861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExtraQuestButton.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function ExtraQuestButton:OnLoad()
self:RegisterEvent('BAG_UPDATE_DELAYED', self.UpdateCount)
self:RegisterEvent('BAG_UPDATE_COOLDOWN', self.UpdateCooldown)

-- update every 2 seconds for the range check
-- update every 2 seconds for the distance check
C_Timer.NewTicker(2, self.OnUpdate)

-- quest and tracking related events that should cover all we need
Expand Down

0 comments on commit c027861

Please sign in to comment.