from retail

This commit is contained in:
NoM0Re
2025-01-10 16:16:47 +01:00
parent b89c221c34
commit a747346a9d
15 changed files with 240 additions and 42 deletions
+7 -7
View File
@@ -93,22 +93,22 @@ if not WeakAuras.IsLibsOK() then
end
-- These function stubs are defined here to reduce the number of errors that occur if WeakAuras.lua fails to compile
function WeakAuras.RegisterRegionType()
function WeakAuras.RegisterRegionType(_, _, _ ,_)
end
function WeakAuras.RegisterRegionOptions()
function WeakAuras.RegisterRegionOptions(_, _ , _ ,_)
end
function Private.StartProfileSystem()
function Private.StartProfileSystem(_)
end
function Private.StartProfileAura()
function Private.StartProfileAura(_)
end
function Private.StopProfileSystem()
function Private.StopProfileSystem(_)
end
function Private.StopProfileAura()
function Private.StopProfileAura(_)
end
function Private.StartProfileUID()
@@ -120,7 +120,7 @@ end
Private.ExecEnv = {}
-- If WeakAuras shuts down due to being installed on the wrong target, keep the bindings from erroring
function WeakAuras.StartProfile()
function WeakAuras.StartProfile(_)
end
function WeakAuras.StopProfile()