Compare commits

..

No commits in common. "83e42c408e2fc438323db47c1b5b5bbb52bc8ce5" and "2d6c078eed4b535c00389a93c619243d29f55c6b" have entirely different histories.

View File

@ -363,12 +363,12 @@ export const addMissionInventoryUpdates = async (
break;
}
case "DeathMarks": {
for (const bossName of value) {
if (inventory.DeathMarks.indexOf(bossName) == -1) {
for (const deathMark of value) {
if (!inventory.DeathMarks.find(x => x == deathMark)) {
// It's a new death mark; we have to say the line.
await createMessage(inventory.accountOwnerId, [
{
sub: bossName,
sub: deathMark,
sndr: "/Lotus/Language/G1Quests/DeathMarkSender",
msg: "/Lotus/Language/G1Quests/DeathMarkMessage",
icon: "/Lotus/Interface/Icons/Npcs/Stalker_d.png",