feat: dojo decorations #1079
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user