From b078dfb78c89aea87cd422eae52694738e473cf3 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 21 Jul 2019 19:59:18 +0300 Subject: Restore "Free for chat" status support (fixes #1963) --- plugins/NewAwaySysMod/src/stdafx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/NewAwaySysMod/src/stdafx.h') diff --git a/plugins/NewAwaySysMod/src/stdafx.h b/plugins/NewAwaySysMod/src/stdafx.h index d73d285e65..c71216797b 100644 --- a/plugins/NewAwaySysMod/src/stdafx.h +++ b/plugins/NewAwaySysMod/src/stdafx.h @@ -91,6 +91,7 @@ #define SF_NA 0x8 #define SF_OCC 0x10 #define SF_DND 0x20 +#define SF_FFC 0x40 #define SF_INV 0x80 #define SF_OTHER 0x80000000 -- cgit v1.2.3