fix: put CompletionTime of initial clan hall in the past #2850
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user