Core/Spells: Implemented SPELL_ATTR11_IGNORE_SPELLCAST_OVERRIDE_SHAPESHIFT_REQUIREMENTS

Port From (https://github.com/TrinityCore/TrinityCore/commit/cb335c32740d0af87ae693e4ea3833236354d080)
This commit is contained in:
Hondacrx
2024-08-26 19:56:15 -04:00
parent bd620ac608
commit b97078e44a
2 changed files with 4 additions and 1 deletions
@@ -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