Disable RaidCheck in Era

This commit is contained in:
Flamanis
2023-05-03 14:40:12 -05:00
parent 98ef2f0aeb
commit 8aa950a17e
@@ -1,6 +1,6 @@
--do not load if this is a classic version of the game
if (DetailsFramework.IsTBCWow() or DetailsFramework.IsWotLKWow()) then
if (DetailsFramework.IsTBCWow() or DetailsFramework.IsWotLKWow() or DetailsFramework.IsClassicWow()) then
return
end