-- // Import Profile conversion table for FlexHub
-- // Left side is the class in VerliHub, right side is the corresponding profile names in FlexHub.
-- // Be careful not to change the format of the file.

ImportProfiles = {
	[1] = "Reg",
	[2] = "Vip",
	[3] = "KVip",
	[4] = "SuperUser",
	[5] = "Operator",
	[6] = "Moderator",
	[7] = "Admin",
	[8] = "Master",
	[9] = "NetOwner",
	[10] = "Hubowner",
	[11] = "Hubowner",
}

