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. *