Fixed prestiging not working after prestige 2
Fixed issues with receiving clothing
This commit is contained in:
@@ -719,6 +719,9 @@ public class ProfileHelper(
|
||||
case CustomisationTypeId.LIGHT:
|
||||
rewardToStore.Type = CustomisationType.LIGHT;
|
||||
break;
|
||||
case CustomisationTypeId.UPPER:
|
||||
rewardToStore.Type = CustomisationType.UPPER;
|
||||
break;
|
||||
default:
|
||||
logger.Error(
|
||||
$"Unhandled customisation unlock type: {matchingCustomisation.Parent} not added to profile"
|
||||
|
||||
Reference in New Issue
Block a user