Depreciated functions

This commit is contained in:
Dev 2024-07-07 21:17:10 +01:00
parent ac4c8ff0b3
commit 6cac4394c1
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

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