- handle SendChatMessage ordering if addon Misspelled is also installed - break long texts in chunks of 255 length - debug flag and messages
13 lines
623 B
XML
13 lines
623 B
XML
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
|
|
..\FrameXML\UI.xsd">
|
|
|
|
<Script file="libs\LibStub\LibStub.lua"/>
|
|
<Include file="libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
|
|
<Include file="libs\AceAddon-3.0\AceAddon-3.0.xml"/>
|
|
<Include file="libs\AceConsole-3.0\AceConsole-3.0.xml"/>
|
|
<Include file="libs\AceGUI-3.0\AceGUI-3.0.xml"/>
|
|
<Include file="libs\AceEvent-3.0\AceEvent-3.0.xml" />
|
|
<Include file="libs\AceLocale-3.0\AceLocale-3.0.xml" />
|
|
<Include file="libs\AceHook-3.0\AceHook-3.0.xml"/>
|
|
</Ui>
|