fix lib loading
yaroot [01-06-11 - 10:08]
diff --git a/Cenote.toc b/Cenote.toc
index c9b7802..a8c93ee 100644
--- a/Cenote.toc
+++ b/Cenote.toc
@@ -4,5 +4,6 @@
## Author: yleaf
## Version: 4.0.3.3
+embeds.xml
core.lua
diff --git a/embeds.xml b/embeds.xml
index beb082b..3355777 100644
--- a/embeds.xml
+++ b/embeds.xml
@@ -3,4 +3,5 @@
<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\AceEvent-3.0\AceEvent-3.0.xml" />
</Ui>