Core: Updated to 11.1.5

This commit is contained in:
Shauren
2025-04-25 22:50:11 +02:00
parent 05709a2497
commit f9bf082be9
46 changed files with 3577 additions and 709 deletions

View File

@@ -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