From 851a0ad6eabd137edd1ec8484f51bab289f8c9e7 Mon Sep 17 00:00:00 2001 From: Xurkon Date: Thu, 4 Jun 2026 08:00:06 -0500 Subject: [PATCH] fix: capture learner event payload --- Modules/QuestieLearner.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/QuestieLearner.lua b/Modules/QuestieLearner.lua index b1ebe9f..2c1294e 100644 --- a/Modules/QuestieLearner.lua +++ b/Modules/QuestieLearner.lua @@ -3489,7 +3489,7 @@ function QuestieLearner:RegisterEvents() frame:RegisterEvent("UNIT_QUEST_LOG_CHANGED") frame:RegisterEvent("QUEST_REMOVED") - frame:SetScript("OnEvent", function(_, event) + frame:SetScript("OnEvent", function(_, event, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) if event == "UPDATE_MOUSEOVER_UNIT" then self:OnMouseoverUnit() elseif event == "PLAYER_TARGET_CHANGED" then