Disable some of the characterframe stuff due to comm errors.
Repooc [08-10-14 - 00:16]
Disable some of the characterframe stuff due to comm errors.
diff --git a/ElvUI_SLE/modules/characterframe/load_characterframe.xml b/ElvUI_SLE/modules/characterframe/load_characterframe.xml
index 8cf435e..d61040e 100644
--- a/ElvUI_SLE/modules/characterframe/load_characterframe.xml
+++ b/ElvUI_SLE/modules/characterframe/load_characterframe.xml
@@ -1,9 +1,9 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/">
<Script file='core.lua'/>
- <Script file='communication.lua'/>
- <Script file='notifyinspect.lua'/>
+ <!--<Script file='communication.lua'/>
+ <Script file='notifyinspect.lua'/>-->
<Script file='characterframe.lua'/>
- <Script file='inspectframe.lua'/>
+ <!--<Script file='inspectframe.lua'/>
<Button name="KnightInspect_UnitPopup" hidden="true" toplevel="true">
<ButtonText>
<Anchors>
@@ -15,5 +15,5 @@
<NormalFont style="GameFontHighlightSmallLeft"/>
<HighlightFont style="GameFontHighlightSmallLeft"/>
<DisabledFont style="GameFontDisableSmallLeft"/>
- </Button>
+ </Button>-->
</Ui>
\ No newline at end of file