feat: dojo decorations #1079

Merged
Sainan merged 13 commits from dojo-decos into main 2025-03-05 23:54:48 -08:00
Showing only changes of commit b23bd1ad6e - Show all commits

View File

@ -9,7 +9,7 @@ export const destroyDojoDecoController: RequestHandler = async (req, res) => {
// TODO: The client says this is supposed to refund the resources to the clan vault, so we should probably do that.
await guild.save();
res.json(getDojoClient(guild, 0));
res.json(getDojoClient(guild, 0, request.ComponentId));
};
interface IDestroyDojoDecoRequest {