from retail
This commit is contained in:
@@ -484,7 +484,9 @@ function Private.GetSubRegionProperties(data, properties)
|
||||
if subProperties then
|
||||
for key, property in pairs(subProperties) do
|
||||
subIndex[key] = subIndex[key] and subIndex[key] + 1 or 1
|
||||
property.display = { subIndex[key] .. ". " .. subRegionTypeData.displayName, property.display, property.defaultProperty }
|
||||
property.display = { subRegionTypeData.displayName .. " " .. subIndex[key],
|
||||
property.display,
|
||||
property.defaultProperty }
|
||||
properties["sub." .. index .. "." .. key ] = property;
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user