-- // Import Profile conversion table for FlexHub
-- // Left side is the level in Luadch, right side is the corresponding profile names in FlexHub.
-- // Be careful not to change the format of the file when you edit it.

ImportProfiles = {
	[10] = "Reg",
	[20] = "Reg",
	[30] = "Vip",
	[40] = "KVip",
	[50] = "SuperUser",
	[60] = "Operator",
	[70] = "Moderator",
	[80] = "Admin",
	[100] = "Hubowner",
}
