Fix typo
This commit is contained in:
parent
3b255f3ce4
commit
6a8e261af1
@ -257,7 +257,7 @@ export class InsuranceService
|
||||
}
|
||||
|
||||
// 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)
|
||||
{
|
||||
equipmentToSendToPlayer.push(
|
||||
|
Loading…
Reference in New Issue
Block a user