This commit is contained in:
Bunny67
2020-07-31 19:46:21 +03:00
parent 549b04ce78
commit 02c047002d
49 changed files with 850 additions and 451 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
if not WeakAuras.IsCorrectVersion() then return end
local AddonName, Private = ...
local SharedMedia = LibStub("LibSharedMedia-3.0");
local L = WeakAuras.L
@@ -6,7 +7,7 @@ local MSQ, MSQ_Version = LibStub("Masque", true);
if MSQ then
if MSQ_Version <= 80100 then
MSQ = nil
print(print(WeakAuras.printPrefix .. L["Please upgrade your Masque version"]))
WeakAuras.prettyPrint(L["Please upgrade your Masque version"])
else
MSQ:AddType("WA_Aura", {"Icon", "Cooldown"})
end