Mercurial > wow > inventory
annotate embeds.xml @ 82:f885805da5d6
Added options to toggle the automatic refilling. This defaults to true.
Normalized property amount names; a move has a ?num? that must be moved and a location has a ?count? indicating the amount of items at that slot.
Target/source item verification should now be working properly for guilds.
When ?bank? is included in the local item count, we will skip trying to auto refill from this.
author | Zerotorescue |
---|---|
date | Thu, 06 Jan 2011 10:48:56 +0100 |
parents | 58fb38f0b447 |
children | 6b60f7a1410c |
rev | line source |
---|---|
Zerotorescue@0 | 1 <Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd"> |
Zerotorescue@0 | 2 <!-- Libraries --> |
Zerotorescue@0 | 3 <Script file="Libs\LibStub\LibStub.lua"/> |
Zerotorescue@0 | 4 <Include file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/> |
Zerotorescue@0 | 5 <Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml"/> |
Zerotorescue@0 | 6 <Include file="Libs\AceDB-3.0\AceDB-3.0.xml"/> |
Zerotorescue@0 | 7 <Include file="Libs\AceDBOptions-3.0\AceDBOptions-3.0.xml"/> |
Zerotorescue@0 | 8 <Include file="Libs\AceGUI-3.0\AceGUI-3.0.xml"/> |
Zerotorescue@0 | 9 <Include file="Libs\AceLocale-3.0\AceLocale-3.0.xml"/> |
Zerotorescue@0 | 10 <Include file="Libs\AceHook-3.0\AceHook-3.0.xml"/> |
Zerotorescue@0 | 11 <Include file="Libs\AceConfig-3.0\AceConfig-3.0.xml"/> |
Zerotorescue@0 | 12 <Include file="Libs\AceEvent-3.0\AceEvent-3.0.xml"/> |
Zerotorescue@0 | 13 <Include file="Libs\AceSerializer-3.0\AceSerializer-3.0.xml"/> |
Zerotorescue@0 | 14 <Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml"/> |
Zerotorescue@0 | 15 <Include file="Libs\LibSharedMedia-3.0\lib.xml"/> |
Zerotorescue@0 | 16 <Include file="Libs\AceGUI-3.0-SharedMediaWidgets\widget.xml"/> |
Zerotorescue@36 | 17 <Include file="Libs\ChatHyperlinks\ChatHyperlinks.lua"/> |
Zerotorescue@0 | 18 </Ui> |