forked from typicalzergling/vendor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVendor.toc
47 lines (38 loc) · 1 KB
/
Vendor.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
46
47
#@retail@
## Interface: 100002
#@end-retail@
#@non-retail@
# ## Interface: 20501
#@end-non-retail@
## Title: Vendor
## Notes: Vendors junk you don't want and auto-repairs.
## Version: @project-version@
## SavedVariables: Vendor_CustomRuleDefinitions, Vendor_Settings, Vendor_debug, Vendor_Profiles, Vendor_CustomLists, Vendor_History Vendor_AccountSettings Vendor_XX_InstanceInfo Vendor_XX_LootInfo
## SavedVariablesPerCharacter: Vendor_RulesConfig Vendor_ActiveProfile Vendor_Character_Data
## Author: Thoekh of Sargeras & Buskin of Lightbringer
## X-Curse-Project-ID: 297511
# Constants defined first
constants.lua
# Addon skeleton
sys\sys.xml
# Localization
loc\loc.xml
# Helpers & Configuration loads after loc
sys\config.lua
# Main addon
addon.xml
RulesEngine\rules.xml
rules\rules.xml
vendor\vendor.xml
# User Interface
_ui\ui.xml
ui\ui.xml
# Features/Systems
systems\systems.xml
features\features.xml
# public API export should be last
publicAPI.lua
#@do-not-package@
# Tests
test\test.xml
#@end-do-not-package@