diff --git a/project/src/controllers/PrestigeController.ts b/project/src/controllers/PrestigeController.ts index de7c7fb7..952d3bbf 100644 --- a/project/src/controllers/PrestigeController.ts +++ b/project/src/controllers/PrestigeController.ts @@ -44,7 +44,7 @@ export class PrestigeController { * Handle /client/prestige/list */ public getPrestige(sessionID: string, info: any): any { - return this.databaseService.getTemplates().prestige; + return { elements: this.databaseService.getTemplates().prestige }; } /**