0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 02:30:43 -05:00

Remove TODO

This commit is contained in:
Chomp 2025-01-14 13:31:34 +00:00
parent 4baab4e3f5
commit 3ed52104be

View File

@ -64,15 +64,6 @@ export class PrestigeController {
* Handle /client/prestige/obtain
*/
public obtainPrestige(sessionId: string, request: IObtainPrestigeRequest[]): void {
// TODO
// DONE Reset profile back to default from template
// DONE Set prestige level in profile
// DONE Copy skills
// DONE Take items passed in from request and add to inventory
// Update dogtags to prestige type
// DONE Iterate over prestige.json rewards and add to profile
// DONE add achievement
const prePrestigeProfileClone = this.cloner.clone(this.profileHelper.getFullProfile(sessionId));
const prePrestigePmc = prePrestigeProfileClone.characters.pmc;
const createRequest: IProfileCreateRequestData = {