fix: set deathmark message title to the boss' name #1533
@ -364,7 +364,7 @@ export const addMissionInventoryUpdates = async (
 | 
			
		||||
            }
 | 
			
		||||
            case "DeathMarks": {
 | 
			
		||||
                for (const deathMark of value) {
 | 
			
		||||
                    if (!inventory.DeathMarks.find(x => x == deathMark)) {
 | 
			
		||||
                    if (inventory.DeathMarks.indexOf(deathMark) == -1) {
 | 
			
		||||
                        // It's a new death mark; we have to say the line.
 | 
			
		||||
                        await createMessage(inventory.accountOwnerId, [
 | 
			
		||||
                            {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user