Use MyBagsCore-1.1
This commit is contained in:
@ -38,10 +38,10 @@ local MYINVENTORY_DEFAULT_OPTIONS = {
|
||||
["_RIGHTOFFSET"] = 3,
|
||||
}
|
||||
|
||||
MyInventory = LibStub("AceAddon-3.0"):NewAddon("MyInventory", "AceConsole-3.0", "AceHook-3.0", "AceEvent-3.0", "MyBagsCore-1.0")
|
||||
MyInventory = LibStub("AceAddon-3.0"):NewAddon("MyInventory", "AceConsole-3.0", "AceHook-3.0", "AceEvent-3.0", "MyBagsCore-1.1")
|
||||
local MI_Dialog = LibStub("AceConfigDialog-3.0")
|
||||
local MI_Cmd = LibStub("AceConfigCmd-3.0")
|
||||
local MB_Core = LibStub("MyBagsCore-1.0")
|
||||
local MB_Core = LibStub("MyBagsCore-1.1")
|
||||
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("MyBags")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user