Compare commits

..

1 Commits

Author SHA1 Message Date
984eec7257 chore: send event messages for boosters
All checks were successful
Build / build (pull_request) Successful in 1m20s
2025-07-14 06:31:39 +02:00

View File

@ -83,7 +83,7 @@ export const createNewEventMessages = async (req: Request): Promise<void> => {
sub: "/Lotus/Language/Items/EventDoubleAffinityName", sub: "/Lotus/Language/Items/EventDoubleAffinityName",
msg: "/Lotus/Language/Items/EventDoubleAffinityDesc", msg: "/Lotus/Language/Items/EventDoubleAffinityDesc",
icon: "/Lotus/Interface/Icons/Npcs/Lotus_d.png", icon: "/Lotus/Interface/Icons/Npcs/Lotus_d.png",
//startDate: new Date(), startDate: new Date(),
CrossPlatform: true CrossPlatform: true
}); });
} }