diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs index b49eec4..3291b6a 100644 --- a/Source/GrasscutterTools/Forms/FormMain.cs +++ b/Source/GrasscutterTools/Forms/FormMain.cs @@ -1510,7 +1510,7 @@ namespace GrasscutterTools.Forms /// private void OnAttackInfusedCommand(object sender, EventArgs e) { - SetCommand("/at", (sender as Control).Tag as string); + SetCommand("/snoospawn", (sender as Control).Tag as string); } /// @@ -1539,7 +1539,7 @@ namespace GrasscutterTools.Forms ConnectArg(NUDAiwiCount); ConnectArg(NUDAiwiHeight); ConnectArg(NUDAiwiRadius); - SetCommand("/at", id.ToString() + args); + SetCommand("/snoospawn", id.ToString() + args); //SetCommand("/at", $"{id} {NUDAiwiRadius.Value} {NUDAiwiHeight.Value} {NUDAiwiCount.Value} {NUDAiwiSpread.Value} {NUDAiwiRotateX.Value} {NUDAiwiRotateY.Value} {NUDAiwiRotateZ.Value}"); }