From ad99cd8cb074a345df19ce581b636c8b5dad7b48 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 21 Mar 2022 02:05:31 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B3=80=EA=B2=BD=ED=95=9C=20=ED=84=B4?= =?UTF-8?q?=20=EC=9E=85=EB=A0=A5=EA=B8=B0=EC=97=90=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EB=8B=A8=EC=88=9C=20=ED=84=B4=20=EC=9E=85=EB=A0=A5=20=EB=B6=88?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/PartialReservedCommand.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/ts/PartialReservedCommand.vue b/hwe/ts/PartialReservedCommand.vue index 14b70fd7..325edbab 100644 --- a/hwe/ts/PartialReservedCommand.vue +++ b/hwe/ts/PartialReservedCommand.vue @@ -535,7 +535,7 @@ async function reserveCommand() { try { await SammoAPI.Command.ReserveCommand({ - turnList, + turnList: reqTurnList, action: commandName, });