Skip to content

Commit

Permalink
QuestieRU update
Browse files Browse the repository at this point in the history
  • Loading branch information
KasVital committed Feb 4, 2017
1 parent 0941ec4 commit 028ab8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions !QuestieRU/QuestieRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,12 @@ function Questie:OnEvent(this, event, arg1, arg2, arg3, arg4, arg5, arg6, arg7,
QUESTIE_LAST_CHECKLOG = GetTime();
Questie:AddEvent("UPDATE", 0.15);
QUESTIE_LAST_UPDATE = GetTime();
elseif(event == "QUEST_ACCEPTED") then
QUESTIE_UPDATE_EVENT = 1;
Questie:AddEvent("CHECKLOG", 0.135);
QUESTIE_LAST_CHECKLOG = GetTime();
Questie:AddEvent("UPDATE", 0.15);
QUESTIE_LAST_UPDATE = GetTime();
elseif(event == "QUEST_PROGRESS") then
if IsAddOnLoaded("EQL3") or IsAddOnLoaded("ShaguQuest") then
if IsQuestCompletable() then
Expand Down

0 comments on commit 028ab8d

Please sign in to comment.