From c0278619ab5e1581beffa3affbd9ae37bbe5fa5c Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sat, 31 Oct 2020 00:49:42 +0100 Subject: [PATCH] Don't confuse ourselves later --- ExtraQuestButton.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExtraQuestButton.lua b/ExtraQuestButton.lua index d16b8f8..dcbeec9 100644 --- a/ExtraQuestButton.lua +++ b/ExtraQuestButton.lua @@ -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