from retail

This commit is contained in:
NoM0Re
2025-01-17 17:37:35 +01:00
parent f970df8eab
commit 89a247addb
21 changed files with 81 additions and 45 deletions
+2 -2
View File
@@ -93,10 +93,10 @@ 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 Private.RegisterRegionType(_, _, _ ,_)
end
function WeakAuras.RegisterRegionOptions(_, _ , _ ,_)
function Private.RegisterRegionOptions(_, _ , _ ,_)
end
function Private.StartProfileSystem(_)