This commit is contained in:
Dev 2024-01-11 12:48:10 +00:00
parent 3b255f3ce4
commit 6a8e261af1

View File

@ -257,7 +257,7 @@ export class InsuranceService
} }
// Check if item missing in post-raid gear OR player died // Check if item missing in post-raid gear OR player died
// Catches both events: player died with item on + player survied but dropped item in raid // Catches both events: player died with item on + player survived but dropped item in raid
if (!offRaidGearHash[insuredItem.itemId] || playerDied) if (!offRaidGearHash[insuredItem.itemId] || playerDied)
{ {
equipmentToSendToPlayer.push( equipmentToSendToPlayer.push(