from retail

This commit is contained in:
NoM0Re
2025-01-23 22:04:34 +01:00
parent 10cc113802
commit df23f7238e
8 changed files with 303 additions and 200 deletions
+1 -1
View File
@@ -997,7 +997,7 @@ local function GetAllUnits(unit, allUnits, includePets)
elseif unit == "arena" then
max = 5
elseif unit == "nameplate" then
max = C_NamePlate and C_NamePlate.GetNamePlates and #C_NamePlate.GetNamePlates() or 40
max = 100
else
return function() end
end