view libs.xml @ 217:719fe69d3af2

Move from a singular GUID loot registry to a registry per loot type - this fixes a bug where, for example, looting an NPC and then using herb gathering on it would not record what was gained from the herb gathering.
author James D. Callahan III <jcallahan@curse.com>
date Tue, 22 Jan 2013 15:21:44 -0600
parents 3883ebb8baef
children eac4dc8f462e
line wrap: on
line source
<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">
    <!--@no-lib-strip@-->
    <Script file="Libs\LibStub\LibStub.lua"/>
    <Script file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"/>

    <Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml"/>
    <Include file="Libs\AceEvent-3.0\AceEvent-3.0.xml"/>
    <Include file="Libs\AceDB-3.0\AceDB-3.0.xml"/>
    <Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml"/>
    <Include file="Libs\LibDeformat-3.0\lib.xml"/>
    <Script file="Libs\LibPetJournal-2.0\LibPetJournal-2.0.lua"/>
    <Script file="Libs\LibMapData-1.0\library.lua"/>
    <!--@end-no-lib-strip@-->
</Ui>