New Api version, new LibAddonMenu version, enabled new categories by default in the settings

Tá an tiomantas seo le fáil i:
Florian Brinker
2019-02-10 15:12:44 +01:00
tuismitheoir dadd1bf70c
tiomantas 2f38fb14e3
D'athraigh 22 comhad le 2715 breiseanna agus 1909 scriosta

Féach ar an gComhad

@@ -3,7 +3,7 @@
-- LibStub developed for World of Warcraft by above members of the WowAce community.
-- Ported to Elder Scrolls Online by Seerah
local LIBSTUB_MAJOR, LIBSTUB_MINOR = "LibStub", 3
local LIBSTUB_MAJOR, LIBSTUB_MINOR = "LibStub", 4
local LibStub = _G[LIBSTUB_MAJOR]
local strformat = string.format
@@ -34,3 +34,5 @@ if not LibStub or LibStub.minor < LIBSTUB_MINOR then
function LibStub:IterateLibraries() return pairs(self.libs) end
setmetatable(LibStub, { __call = LibStub.GetLibrary })
end
LibStub.SILENT = true