Skip to content

Commit 688b927

Browse files
committed
Update Profiles.lua
1 parent 5fede23 commit 688b927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Profiles.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ end
183183
function MPT:ImportWAData(data)
184184
local data = {}
185185
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
186+
if not WeakAuras then print("Could not import WA data, WeakAura Addon appears to not be loaded") return end
187187
local LS = LibStub("LibSerialize") -- WA uses this library so we don't include it ourselves
188188
for i, name in ipairs(WANames) do
189189
local aura = WeakAuras.GetData(name)

0 commit comments

Comments
 (0)