-
Notifications
You must be signed in to change notification settings - Fork 0
/
Loot.toc
45 lines (42 loc) · 1.4 KB
/
Loot.toc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
## Interface: 90002
## Title: Loot
## Notes: Ease the process of distributing personal loot in a raid or dungeon setting
## Author: Zee (https://github.com/zeeraw)
## Version: v9.0.2-stable.7
## SavedVariables: LootDB
## SavedVariablesPerCharacter: LootPerCharacterDB
## DefaultState: enabled
## X-Website: https://github.com/zeeraw/loot
#@no-lib-strip@
Libs\LibStub\LibStub.lua
Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml
Libs\LibDataBroker-1.1\LibDataBroker-1.1.xml
Libs\LibDBIcon-1.0\LibDBIcon-1.0.xml
Libs\AceAddon-3.0\AceAddon-3.0.xml
Libs\AceGUI-3.0\AceGUI-3.0.xml
Libs\AceConfigRegistry-3.0\AceConfigRegistry-3.0.xml
Libs\AceConfigCmd-3.0\AceConfigCmd-3.0.xml
Libs\AceConfigDialog-3.0\AceConfigDialog-3.0.xml
Libs\AceConfig-3.0\AceConfig-3.0.xml
Libs\AceBucket-3.0\AceBucket-3.0.xml
Libs\AceComm-3.0\AceComm-3.0.xml
Libs\AceConsole-3.0\AceConsole-3.0.xml
Libs\AceDB-3.0\AceDB-3.0.xml
Libs\AceDBOptions-3.0\AceDBOptions-3.0.xml
Libs\AceEvent-3.0\AceEvent-3.0.xml
Libs\AceHook-3.0\AceHook-3.0.xml
Libs\AceLocale-3.0\AceLocale-3.0.xml
Libs\AceSerializer-3.0\AceSerializer-3.0.xml
Libs\AceTab-3.0\AceTab-3.0.xml
Libs\AceTimer-3.0\AceTimer-3.0.xml
Locales\Locales.xml
#@end-no-lib-strip@
Modules\ChatMessages.lua
Modules\Player.lua
Modules\ItemTooltip.lua
Modules\Iterators.lua
Modules\LootItem.lua
Modules\LootSession.lua
Modules\RaidData.lua
Modules\Difficulty.lua
Loot.lua