Core/PacketIO: Updated packet structures to 9.2.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/d3c4216de8e1dcb9f62d2fcc1b9b72852e5409c9)
This commit is contained in:
@@ -17,22 +17,57 @@
|
||||
|
||||
namespace Framework.Constants
|
||||
{
|
||||
public enum ReportType
|
||||
{
|
||||
Chat = 0,
|
||||
InWorld = 1,
|
||||
ClubFinderPosting = 2,
|
||||
ClubFinderApplicant = 3,
|
||||
GroupFinderPosting = 4,
|
||||
GroupFinderApplicant = 5,
|
||||
ClubMember = 6,
|
||||
GroupMember = 7,
|
||||
Friend = 8,
|
||||
Pet = 9,
|
||||
BattlePet = 10,
|
||||
Calendar = 11,
|
||||
Mail = 12,
|
||||
PvP = 13,
|
||||
}
|
||||
|
||||
public enum ReportMajorCategory
|
||||
{
|
||||
InappropriateCommunication = 0,
|
||||
GameplaySabotage = 1,
|
||||
Cheating = 2,
|
||||
InappropriateName = 3,
|
||||
}
|
||||
|
||||
public enum ReportMinorCategory
|
||||
{
|
||||
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,
|
||||
}
|
||||
|
||||
public enum GMTicketSystemStatus
|
||||
{
|
||||
Disabled = 0,
|
||||
Enabled = 1
|
||||
}
|
||||
|
||||
public enum GMSupportComplaintType
|
||||
{
|
||||
None = 0,
|
||||
Language = 2,
|
||||
PlayerName = 4,
|
||||
Cheat = 15,
|
||||
GuildName = 23,
|
||||
Spamming = 24
|
||||
}
|
||||
|
||||
public enum SupportSpamType
|
||||
{
|
||||
Mail = 0,
|
||||
|
||||
Reference in New Issue
Block a user