Skip to content

Commit

Permalink
queue a local update of the best set of items immediately after obtai…
Browse files Browse the repository at this point in the history
…ning a quest reward to prevent trying to equip a reward that wasn't obtained
  • Loading branch information
AlexFolland committed Jun 27, 2024
1 parent 1adcc7f commit 3072359
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AutoGear.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2182,6 +2182,8 @@ optionsMenu:SetScript("OnEvent", function (self, event, arg1, arg2, ...)
end
optionsSetup(optionsMenu)

hooksecurefunc("GetQuestReward", function() AutoGearQueueLocalUpdate() end)

AutoGearQueueLocalUpdate()

optionsMenu:UnregisterAllEvents()
Expand Down

0 comments on commit 3072359

Please sign in to comment.