General Fixes after major patch

This commit is contained in:
Tercio Jose
2024-01-17 11:35:18 -03:00
parent 159c9c5f19
commit 4eff7b223e
6 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ function AuraScan.OnEvent(frame, eventName, unitId, updateInfo)
for auraIndex = 1, #updateInfo.addedAuras do
---@type aurainfo
local auraInfo = updateInfo.addedAuras[auraIndex]
print(unitId, targetName, auraInfo.name)
--print(unitId, targetName, auraInfo.name)
fAddAura(auraInfo)
end
end