Messed up the commit history, so here is all the files rip, Credit to TrinityCore
This commit is contained in:
@@ -61,6 +61,7 @@ namespace Framework.Constants
|
||||
EveryoneAssistant = 0x040, // Script_IsEveryoneAssistant()
|
||||
GuildGroup = 0x100,
|
||||
CrossFaction = 0x200,
|
||||
RestrictPings = 0x400,
|
||||
|
||||
MaskBgRaid = FakeRaid | Raid
|
||||
}
|
||||
@@ -153,4 +154,16 @@ namespace Framework.Constants
|
||||
|
||||
Max
|
||||
}
|
||||
|
||||
public enum PingSubjectType
|
||||
{
|
||||
Attack = 0,
|
||||
Warning = 1,
|
||||
Assist = 2,
|
||||
OnMyWay = 3,
|
||||
AlertThreat = 4,
|
||||
AlertNotThreat = 5,
|
||||
|
||||
Max
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user