annotate libs.xml @ 151:e2331b00a1cf 1.0.15

Added some debugging prints (turned off). Removed defaulting to NPC if no target_type - simply ignore the loot. Removed setting target_type to NPC every time a target's location is updated. Ensure the unit name on the tooltip matches the spell's target name. Bumped DB version to 10.
author James D. Callahan III <jcallahan@curse.com>
date Wed, 03 Oct 2012 17:27:10 -0500
parents 3883ebb8baef
children eac4dc8f462e
rev   line source
jcallahan@0 1 <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/
jcallahan@0 2 ..\FrameXML\UI.xsd">
jcallahan@0 3 <!--@no-lib-strip@-->
jcallahan@0 4 <Script file="Libs\LibStub\LibStub.lua"/>
jcallahan@149 5 <Script file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"/>
jcallahan@0 6
jcallahan@0 7 <Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml"/>
jcallahan@0 8 <Include file="Libs\AceEvent-3.0\AceEvent-3.0.xml"/>
jcallahan@0 9 <Include file="Libs\AceDB-3.0\AceDB-3.0.xml"/>
jcallahan@4 10 <Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml"/>
jcallahan@49 11 <Include file="Libs\LibDeformat-3.0\lib.xml"/>
jcallahan@114 12 <Script file="Libs\LibPetJournal-2.0\LibPetJournal-2.0.lua"/>
jcallahan@141 13 <Script file="Libs\LibMapData-1.0\library.lua"/>
jcallahan@0 14 <!--@end-no-lib-strip@-->
jcallahan@0 15 </Ui>