We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fede23 commit 688b927Copy full SHA for 688b927
Profiles.lua
@@ -183,7 +183,7 @@ end
183
function MPT:ImportWAData(data)
184
local data = {}
185
local WANames = {"M+ Bosses", "M+ Enemy Forces Bar"}
186
- if not WeakAuras then print("Could not importa WA data, WeakAura Addon appears to not be loaded") return end
+ if not WeakAuras then print("Could not import WA data, WeakAura Addon appears to not be loaded") return end
187
local LS = LibStub("LibSerialize") -- WA uses this library so we don't include it ourselves
188
for i, name in ipairs(WANames) do
189
local aura = WeakAuras.GetData(name)
0 commit comments