Skip to content

Commit 028ab8d

Browse files
committed
QuestieRU update
1 parent 0941ec4 commit 028ab8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

!QuestieRU/QuestieRU.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,12 @@ function Questie:OnEvent(this, event, arg1, arg2, arg3, arg4, arg5, arg6, arg7,
582582
QUESTIE_LAST_CHECKLOG = GetTime();
583583
Questie:AddEvent("UPDATE", 0.15);
584584
QUESTIE_LAST_UPDATE = GetTime();
585+
elseif(event == "QUEST_ACCEPTED") then
586+
QUESTIE_UPDATE_EVENT = 1;
587+
Questie:AddEvent("CHECKLOG", 0.135);
588+
QUESTIE_LAST_CHECKLOG = GetTime();
589+
Questie:AddEvent("UPDATE", 0.15);
590+
QUESTIE_LAST_UPDATE = GetTime();
585591
elseif(event == "QUEST_PROGRESS") then
586592
if IsAddOnLoaded("EQL3") or IsAddOnLoaded("ShaguQuest") then
587593
if IsQuestCompletable() then

0 commit comments

Comments
 (0)