forked from OpenWF/SpaceNinjaServer
fix: set deathmark message title to the boss' name
This commit is contained in:
parent
005350bde0
commit
2d6c078eed
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user