mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 06:10:44 -05:00
Remove TODO
This commit is contained in:
parent
4baab4e3f5
commit
3ed52104be
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user