from retail

This commit is contained in:
NoM0Re
2025-01-27 03:28:33 +01:00
parent 0e761a6814
commit 8e07a6495c
32 changed files with 1450 additions and 777 deletions
+2 -1
View File
@@ -384,7 +384,8 @@ local supportedRegion = {
icon = true,
aurabar = true,
texture = true,
progresstexture = true
progresstexture = true,
empty = true,
}
local function supports(regionType)
return supportedRegion[regionType]