From 3ed52104be2e86db4b8d1a04131db0d96fe4a2c8 Mon Sep 17 00:00:00 2001 From: Chomp Date: Tue, 14 Jan 2025 13:31:34 +0000 Subject: [PATCH] Remove TODO --- project/src/controllers/PrestigeController.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/project/src/controllers/PrestigeController.ts b/project/src/controllers/PrestigeController.ts index 03105936..e74e9c9e 100644 --- a/project/src/controllers/PrestigeController.ts +++ b/project/src/controllers/PrestigeController.ts @@ -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 = {