Core/Spells: Implemented SPELL_ATTR9_IGNORE_SCHOOL_LOCKOUT
Port From (https://github.com/TrinityCore/TrinityCore/commit/0b8eed2d547acc0ba115198cb306c4f9127af807)
This commit is contained in:
@@ -1984,7 +1984,7 @@ namespace Framework.Constants
|
||||
DoNotDisplayPowerCost = 0x8000, // Do Not Display Power Cost (client only)
|
||||
NextModalSpellRequiresSameUnitTarget = 0x10000, // Prevents automatically casting the spell from SpellClassOptions::ModalNextSpell after current spell if target was changed (client only)
|
||||
AutocastOffByDefault = 0x20000, // AutoCast Off By Default
|
||||
Unk18 = 0x40000, // 18
|
||||
IgnoreSchoolLockout = 0x40000, // Ignore School Lockout
|
||||
Unk19 = 0x80000, // 19
|
||||
Unk20 = 0x100000, // 20
|
||||
Unk21 = 0x200000, // 21
|
||||
|
||||
Reference in New Issue
Block a user