forked from kemayo/wow-bankstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBankStack.toc
More file actions
60 lines (51 loc) · 1.53 KB
/
BankStack.toc
File metadata and controls
60 lines (51 loc) · 1.53 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
## Interface: 120001, 120000, 110207, 50503, 30405, 20505, 11508
## Title: BankStack
## Author: Kemayo
## Notes: From bags we came, to bank we return
## IconTexture: Interface\Icons\INV_Misc_Shovel_01
## Version: @project-version@
## X-Category: Inventory
## LoadOnDemand: 0
## OptionalDeps: Ace3, LibDBIcon-1.0, LibBankTabSuitableItems-1.0, tekDebug
## SavedVariables: BankStackDB
## Category-enUS: Inventory
## Category-deDE: Inventar
## Category-esES: Inventario
## Category-esMX: Inventario
## Category-frFR: Inventaire
## Category-itIT: Inventario
## Category-koKR: 소지품
## Category-ptBR: Inventário
## Category-ruRU: Предметы
## Category-zhCN: 物品栏
## Category-zhTW: 物品欄
## X-Website: https://www.wowace.com/projects/bank-stack
## X-License: All rights reserved.
## X-Curse-Project-ID: 13494
## X-WoWI-ID: 7761
## X-Wago-ID: 25NR1EG3
# ## LoadManagers: AddonLoader
# ## X-LoadOn-Slash: /bankstack, /sort, /sortbags, /stack, /compress, /compressbags, /fill, /fillbags
# ## X-LoadOn-LDB-Launcher: Interface\Icons\INV_Misc_Shovel_01
# ## X-LoadOn-Events: BANKFRAME_OPENED, GUILDBANKFRAME_OPENED
# ## X-LoadOn-BANKFRAME_OPENED: AddonLoader:LoadAddOn("BankStack"); BankStack.bank_open = true
# ## X-LoadOn-GUILDBANKFRAME_OPENED: AddonLoader:LoadAddOn("BankStack"); BankStack.guild_bank_open = true
embeds.xml
local.enUS.lua
local.deDE.lua
local.esES.lua
local.frFR.lua
local.koKR.lua
local.ruRU.lua
local.zhCN.lua
local.zhTW.lua
core.lua
stack.lua
sort.lua
fill.lua
config.lua
auto.lua
ldb.lua
blizzard.lua
inventorian.lua
debug.lua