From 892e8e02aae6230e600f9a1c215fb11051b72667 Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Tue, 25 Aug 2020 06:57:23 -0400 Subject: [PATCH] fix: update opcodes for 5.3 hotfix 1 --- NoSoliciting/Filter.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NoSoliciting/Filter.cs b/NoSoliciting/Filter.cs index 1eb0adb..d66768b 100644 --- a/NoSoliciting/Filter.cs +++ b/NoSoliciting/Filter.cs @@ -7,8 +7,8 @@ using System.Runtime.InteropServices; namespace NoSoliciting { public partial class Filter { - private const ushort PF_LISTING = 0x358; - //private static ushort PF_SUMMARY = 0x223; + private const ushort PF_LISTING = 0x252; + //private static ushort PF_SUMMARY = 0x174; private readonly Plugin plugin;