fix: update opcodes for 5.3 hotfix 1

This commit is contained in:
Anna 2020-08-25 06:57:23 -04:00
parent bdc376b010
commit 892e8e02aa
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

@ -7,8 +7,8 @@ using System.Runtime.InteropServices;
namespace NoSoliciting { namespace NoSoliciting {
public partial class Filter { public partial class Filter {
private const ushort PF_LISTING = 0x358; private const ushort PF_LISTING = 0x252;
//private static ushort PF_SUMMARY = 0x223; //private static ushort PF_SUMMARY = 0x174;
private readonly Plugin plugin; private readonly Plugin plugin;