well
Darthpred [06-24-15 - 11:06]
diff --git a/ElvUI_SLE/core/core.lua b/ElvUI_SLE/core/core.lua
index 3a0d231..b52a57a 100644
--- a/ElvUI_SLE/core/core.lua
+++ b/ElvUI_SLE/core/core.lua
@@ -62,9 +62,9 @@ local function CheckIncompatible()
if IsAddOnLoaded('LootConfirm') then
E:StaticPopup_Show('LOOTCONFIRM_SLE_INCOMPATIBLE')
end
- if IsAddOnLoaded('oRA3') then
- E:StaticPopup_Show('ORA_SLE_INCOMPATIBLE')
- end
+ -- if IsAddOnLoaded('oRA3') then
+ -- E:StaticPopup_Show('ORA_SLE_INCOMPATIBLE')
+ -- end
end
function SLE:CreateExport()