From 6cac4394c13370814aea3a5fc1afb7ee5001a008 Mon Sep 17 00:00:00 2001 From: Dev Date: Sun, 7 Jul 2024 21:17:10 +0100 Subject: [PATCH] Depreciated functions --- project/src/helpers/InRaidHelper.ts | 1 + project/src/services/InsuranceService.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/project/src/helpers/InRaidHelper.ts b/project/src/helpers/InRaidHelper.ts index b202c560..8dda5478 100644 --- a/project/src/helpers/InRaidHelper.ts +++ b/project/src/helpers/InRaidHelper.ts @@ -636,6 +636,7 @@ export class InRaidHelper } /** + * @deprecated * Return the equipped items from a players inventory * @param items Players inventory to search through * @returns an array of equipped items diff --git a/project/src/services/InsuranceService.ts b/project/src/services/InsuranceService.ts index d52e8c62..c6dbb2ee 100644 --- a/project/src/services/InsuranceService.ts +++ b/project/src/services/InsuranceService.ts @@ -229,6 +229,7 @@ export class InsuranceService } /** + * @deprecated - Client now handles this * Create insurance equipment packages that should be sent to the user. The packages should contain items that have * been lost in a raid and should be returned to the player through the insurance system. *