Skip to content

Commit

Permalink
更新Opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperzlib committed Oct 3, 2021
1 parent 3ef493c commit 0ac2239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HousingCheck/HousingCheck.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public enum ApiVersion { V1, V2 }
public class HousingCheck : IActPluginV1
{
public static bool DEBUG_MODE = false;
public const int OPCODE = 321;
public const int OPCODE = 0x585;
/// <summary>
/// 房屋列表,用于和控件双向绑定
/// </summary>
Expand Down
4 changes: 2 additions & 2 deletions HousingCheck/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.3.0")]
[assembly: AssemblyFileVersion("1.4.3.0")]
[assembly: AssemblyVersion("1.4.4.0")]
[assembly: AssemblyFileVersion("1.4.4.0")]

0 comments on commit 0ac2239

Please sign in to comment.