Fix build
This commit is contained in:
@@ -2812,7 +2812,9 @@ namespace Framework.Constants
|
|||||||
{
|
{
|
||||||
None = 0x0,
|
None = 0x0,
|
||||||
IncludeGCD = 0x1, // Starts GCD in addition to normal cooldown specified in the packet
|
IncludeGCD = 0x1, // Starts GCD in addition to normal cooldown specified in the packet
|
||||||
IncludeEventCooldowns = 0x2 // Starts GCD for spells that should start their cooldown on events, requires SPELL_COOLDOWN_FLAG_INCLUDE_GCD set
|
IncludeEventCooldowns = 0x2, // Starts GCD for spells that should start their cooldown on events, requires SPELL_COOLDOWN_FLAG_INCLUDE_GCD set
|
||||||
|
LossOfControlUi = 0x4, // Shows interrupt cooldown in loss of control ui
|
||||||
|
OnHold = 0x8 // Forces cooldown to behave as if SpellInfo::IsCooldownStartedOnEvent was true
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum SpellAreaFlag
|
public enum SpellAreaFlag
|
||||||
|
|||||||
Reference in New Issue
Block a user