Skip to content

Commit

Permalink
fix runed storm cache completion
Browse files Browse the repository at this point in the history
  • Loading branch information
wyldclaw committed Dec 21, 2024
1 parent 787ebf4 commit 1e6efff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/11_TheWarWithin/zones/siren_isle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ end
function ThunderousFragmentItem:IsObtained()
if ns.PlayerHasItem(232605, 5) then return true end -- Thunderous Fragment
if ns.PlayerHasItem(232573, 1) then return true end -- Thunderous Runekey
if select(11, C_MountJournal.GetMountInfoByID(2322)) then return true end -- Thrayir, Eyes of the Siren
if C_QuestLog.IsQuestFlaggedCompleted(85803) then return true end -- hidden
return false
end

Expand Down

0 comments on commit 1e6efff

Please sign in to comment.