From f9bf082be962d45de79f936d625f644253e9b810 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 25 Apr 2025 22:50:11 +0200 Subject: Core: Updated to 11.1.5 --- src/server/game/Support/SupportMgr.h | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'src/server/game/Support') diff --git a/src/server/game/Support/SupportMgr.h b/src/server/game/Support/SupportMgr.h index f8582ebb6d0..b21637a7991 100644 --- a/src/server/game/Support/SupportMgr.h +++ b/src/server/game/Support/SupportMgr.h @@ -53,21 +53,23 @@ enum class ReportMajorCategory : int32 enum class ReportMinorCategory : int32 { - TextChat = 0x0001, - Boosting = 0x0002, - Spam = 0x0004, - Afk = 0x0008, - IntentionallyFeeding = 0x0010, - BlockingProgress = 0x0020, - Hacking = 0x0040, - Botting = 0x0080, - Advertisement = 0x0100, - BTag = 0x0200, - GroupName = 0x0400, - CharacterName = 0x0800, - GuildName = 0x1000, - Description = 0x2000, - Name = 0x4000, + TextChat = 0x00000001, + Boosting = 0x00000002, + Spam = 0x00000004, + Afk = 0x00000008, + IntentionallyFeeding = 0x00000010, + BlockingProgress = 0x00000020, + Hacking = 0x00000040, + Botting = 0x00000080, + Advertisement = 0x00000100, + BTag = 0x00000200, + GroupName = 0x00000400, + CharacterName = 0x00000800, + GuildName = 0x00001000, + Description = 0x00002000, + Name = 0x00004000, + ChinaHarmfulMinors = 0x00008000, + Disruption = 0x00010000, }; // from blizzard lua -- cgit v1.2.3