Skip to content

Commit

Permalink
Merge pull request #691 from WowRarity/dreamseed-cache-fix
Browse files Browse the repository at this point in the history
Fix the detection for Dreamseed Cache mounts
  • Loading branch information
rdw-software authored Nov 26, 2023
2 parents 27a478d + 397cbae commit 87c03e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/EventHandlers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,7 @@ local dreamseedMounts = {

function Rarity:OnDreamseedCacheOpened()
Rarity:Debug("Detected Opening on Dreamseed Cache")
for mount, _ in pairs(dreamseedMounts) do
for _, mount in ipairs(dreamseedMounts) do
addAttemptForItem(mount, "mounts")
end
end
Expand Down

0 comments on commit 87c03e1

Please sign in to comment.