mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core: Updated to 11.1.5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user