Skip to content

Commit

Permalink
update velratha load check
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Sep 9, 2024
1 parent c9d122c commit 2a9ce91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classic/ZulFarrak/Velratha.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if not BigWigsLoader.isVanilla or not (BigWigsLoader.isRetail and select(4, GetBuildInfo()) >= 110005) then return end
if BigWigsLoader.isRetail and select(4, GetBuildInfo()) < 110005 then return end -- XXX remove when 11.0.5 is live
--------------------------------------------------------------------------------
-- Module Declaration
--
Expand Down

0 comments on commit 2a9ce91

Please sign in to comment.