From 1adfbb7a8866e8e01bccb23bcff49586c4bd7a5d Mon Sep 17 00:00:00 2001 From: hondacrx Date: Tue, 23 Nov 2021 20:59:31 -0500 Subject: [PATCH] Fix build --- Source/Framework/Constants/Spells/SpellConst.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/Framework/Constants/Spells/SpellConst.cs b/Source/Framework/Constants/Spells/SpellConst.cs index 7e5e3a074..0f56cb52c 100644 --- a/Source/Framework/Constants/Spells/SpellConst.cs +++ b/Source/Framework/Constants/Spells/SpellConst.cs @@ -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