Skip to content

Commit

Permalink
Merge pull request #755 from Flamanis/raidcheck-don't-load
Browse files Browse the repository at this point in the history
Don't load raidcheck on cata.
  • Loading branch information
Tercioo authored Jun 15, 2024
2 parents b7a20a6 + 07bda6b commit 9e366d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Details_RaidCheck/Details_RaidCheck.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

--do not load if this is a classic version of the game
if (DetailsFramework.IsTBCWow() or DetailsFramework.IsWotLKWow() or DetailsFramework.IsClassicWow()) then
if (DetailsFramework.IsTBCWow() or DetailsFramework.IsWotLKWow() or DetailsFramework.IsClassicWow() or DetailsFramework.IsCataWow()) then
return
end

Expand Down

0 comments on commit 9e366d6

Please sign in to comment.