Core/PacketIO: Updated to 11.0.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/e59eef5432c7b70679d33f4911c88d0f7d75fd39)
This commit is contained in:
@@ -61,7 +61,7 @@ namespace Framework.Constants
|
||||
EveryoneAssistant = 0x040, // Script_IsEveryoneAssistant()
|
||||
GuildGroup = 0x100,
|
||||
CrossFaction = 0x200,
|
||||
RestrictPings = 0x400,
|
||||
RestrictPings = 0x400, // deprecated
|
||||
|
||||
MaskBgRaid = FakeRaid | Raid
|
||||
}
|
||||
@@ -173,4 +173,12 @@ namespace Framework.Constants
|
||||
ChallengeMode = 1,
|
||||
PlayerCountdown = 2
|
||||
}
|
||||
|
||||
public enum RestrictPingsTo
|
||||
{
|
||||
None = 0,
|
||||
Lead = 1,
|
||||
Assist = 2,
|
||||
TankHealer = 3,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user