Core/Spells: Implemented new target types
Port From (https://github.com/TrinityCore/TrinityCore/commit/fce9fca9002e5bfc99990b9108aa56447e5001bd)
This commit is contained in:
@@ -2596,6 +2596,9 @@ namespace Game.Entities
|
||||
if (talentSpells.Contains(spellInfo.Id))
|
||||
spellInfo.AttributesCu |= SpellCustomAttributes.IsTalent;
|
||||
|
||||
if (MathFunctions.fuzzyNe(spellInfo.Width, 0.0f))
|
||||
spellInfo.AttributesCu |= SpellCustomAttributes.ConeLine;
|
||||
|
||||
switch (spellInfo.SpellFamilyName)
|
||||
{
|
||||
case SpellFamilyNames.Warrior:
|
||||
|
||||
Reference in New Issue
Block a user