Core/Spells: Implemented SPELL_ATTR11_IGNORE_SPELLCAST_OVERRIDE_SHAPESHIFT_REQUIREMENTS
Port From (https://github.com/TrinityCore/TrinityCore/commit/cb335c32740d0af87ae693e4ea3833236354d080)
This commit is contained in:
@@ -2045,7 +2045,7 @@ namespace Framework.Constants
|
||||
Unk6 = 0x40, // 6
|
||||
RankIgnoresCasterLevel = 0x80, // 7 Spell_C_GetSpellRank returns SpellLevels.MaxLevel * 5 instead of std::min(SpellLevels.MaxLevel, caster.Level) * 5
|
||||
Unk8 = 0x100, // 8
|
||||
Unk9 = 0x200, // 9
|
||||
IgnoreSpellcastOverrideShapeshiftRequirements = 0x200, // Ignore Spellcast Override Shapeshift Requirements
|
||||
Unk10 = 0x400, // 10
|
||||
NotUsableInInstances = 0x800, // 11
|
||||
Unk12 = 0x1000, // 12
|
||||
|
||||
Reference in New Issue
Block a user