fix: set deathmark message title to the boss' name

This commit is contained in:
Sainan 2025-04-09 23:19:56 +02:00
parent 005350bde0
commit 2d6c078eed

View File

@ -368,7 +368,7 @@ export const addMissionInventoryUpdates = async (
// It's a new death mark; we have to say the line. // It's a new death mark; we have to say the line.
await createMessage(inventory.accountOwnerId, [ await createMessage(inventory.accountOwnerId, [
{ {
sub: "/Lotus/Language/G1Quests/DeathMarkTitle", sub: deathMark,
sndr: "/Lotus/Language/G1Quests/DeathMarkSender", sndr: "/Lotus/Language/G1Quests/DeathMarkSender",
msg: "/Lotus/Language/G1Quests/DeathMarkMessage", msg: "/Lotus/Language/G1Quests/DeathMarkMessage",
icon: "/Lotus/Interface/Icons/Npcs/Stalker_d.png", icon: "/Lotus/Interface/Icons/Npcs/Stalker_d.png",