Core/Spells: Define new proc flags
Port From (https://github.com/TrinityCore/TrinityCore/commit/5dfaf41c5ec710ad94a9262a65b4646f172d5d82)
This commit is contained in:
@@ -2715,9 +2715,13 @@ namespace Framework.Constants
|
|||||||
public enum ProcFlags2
|
public enum ProcFlags2
|
||||||
{
|
{
|
||||||
None = 0x00,
|
None = 0x00,
|
||||||
TargetDies = 0x01,
|
TargetDies = 0x01, // 32 Kill or assist in killing target (not restricted to killing blow)
|
||||||
Knockback = 0x02,
|
Knockback = 0x02, // 33 Knockback
|
||||||
CastSuccessful = 0x04
|
CastSuccessful = 0x04, // 34 Cast Successful
|
||||||
|
|
||||||
|
SuccessfulDispel = 0x10, // 36 Successful dispel
|
||||||
|
|
||||||
|
DoEmote = 0x40 // 38 Do Emote
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum ProcFlagsSpellPhase
|
public enum ProcFlagsSpellPhase
|
||||||
|
|||||||
Reference in New Issue
Block a user