set DecoCapacity in default dojo
This commit is contained in:
parent
0b07efa1b0
commit
e279a9369f
@ -18,7 +18,8 @@ export const getGuildDojoController: RequestHandler = async (req, res) => {
|
|||||||
_id: new Types.ObjectId(),
|
_id: new Types.ObjectId(),
|
||||||
pf: "/Lotus/Levels/ClanDojo/DojoHall.level",
|
pf: "/Lotus/Levels/ClanDojo/DojoHall.level",
|
||||||
ppf: "",
|
ppf: "",
|
||||||
CompletionTime: new Date(Date.now())
|
CompletionTime: new Date(Date.now()),
|
||||||
|
DecoCapacity: 600
|
||||||
});
|
});
|
||||||
await guild.save();
|
await guild.save();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user