fix: capture learner event payload

This commit is contained in:
Xurkon
2026-06-04 08:00:06 -05:00
parent c4d9c2cf21
commit 851a0ad6ea
+1 -1
View File
@@ -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