Skip to content

Commit

Permalink
Merge pull request #48 from harliq/ES_Update
Browse files Browse the repository at this point in the history
Es update
  • Loading branch information
harliq authored Dec 21, 2021
2 parents b0c12fb + 7f7c785 commit 4d90114
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WeenieFab/WeenieFab/TableToSql.cs
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ public static string ConvertPositionTable(DataTable dt, string wcid, string head
sqltext += $" ({wcid},{row[0],3}, {row[1]}, {row[2]}, {row[3]}, {row[4]}, {row[5]}, {row[6]}, {row[7]}, {row[8]}) /*{row[9]}*/\n";
sqltext += $"/* @teleloc 0x{locHex} [{originX} {originY} {originZ}] {angleW} {angleX} {angleY} {angleZ} */\n";
}
else
else //Update
{
if (counter == rowcount)
{
Expand Down
6 changes: 3 additions & 3 deletions WeenieFab/WeenieFab/WeenieFab.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<Version>0.9.9.735</Version>
<Version>0.9.9.740</Version>
<ApplicationIcon>WeenieFabAppIcon.ico</ApplicationIcon>
<AssemblyVersion>0.9.9.735</AssemblyVersion>
<FileVersion>0.9.9.735</FileVersion>
<AssemblyVersion>0.9.9.740</AssemblyVersion>
<FileVersion>0.9.9.740</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4d90114

Please sign in to comment.