Skip to content

Commit

Permalink
1.1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
trkyshorty committed Mar 15, 2023
1 parent 41626a9 commit 17b3026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KOF.Core/Services/LoginService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public Task MsgRecv_Login(Session session, Message msg)
case 0:
case 1:
case 2:
return session.SendAsync(MessageBuilder.MsgSend_HackTool(6, "83ac93d8"));
return session.SendAsync(MessageBuilder.MsgSend_HackTool(6, "086B9EE2"));

case 17: // not signed in -> last login check.
return session.DisconnectAsync();
Expand Down
4 changes: 2 additions & 2 deletions KOF.UI/KOF.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageIcon>icon.png</PackageIcon>
<SignAssembly>False</SignAssembly>
<ApplicationIcon>icon.ico</ApplicationIcon>
<AssemblyVersion>1.1.0.13</AssemblyVersion>
<FileVersion>1.1.0.13</FileVersion>
<AssemblyVersion>1.1.0.14</AssemblyVersion>
<FileVersion>1.1.0.14</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 17b3026

Please sign in to comment.