fix: put CompletionTime of initial clan hall in the past #2850

Merged
Sainan merged 1 commits from enter-dojo-fix into main 2025-10-05 23:25:00 -07:00

View File

@ -19,7 +19,7 @@ export const getGuildDojoController: RequestHandler = async (req, res) => {
_id: new Types.ObjectId(),
pf: "/Lotus/Levels/ClanDojo/DojoHall.level",
ppf: "",
CompletionTime: new Date(Date.now()),
CompletionTime: new Date(Date.now() - 1000),
DecoCapacity: 600
});
await guild.save();