Files
timothy-adam 6bae860635 Add realm bank support (#5)
* Update db.lua

Add support for realm bank.
Treat realm as a separate character

* Update localization.lua

* Update tooltips.lua
2022-12-14 08:03:58 -07:00

11 lines
220 B
Lua

--[[
Bagnon_Tooltips Localization
English: default language
--]]
BAGNON_NUM_BAGS = 'Bags: %d'
BAGNON_NUM_BANK = 'Bank: %d'
BAGNON_EQUIPPED = 'Equipped'
BAGNON_NUM_PBANK = 'PBank: %d'
BAGNON_NUM_RBANK = 'RBank: %d'