Fix build

This commit is contained in:
hondacrx
2021-11-23 20:59:31 -05:00
parent 38b90598de
commit 1adfbb7a88
@@ -2812,7 +2812,9 @@ namespace Framework.Constants
{
None = 0x0,
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