diff options
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
| -rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index f2afcdbc474..c0997426960 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -2829,6 +2829,9 @@ void SpellMgr::LoadSpellInfoCustomAttributes() if (talentSpells.count(spellInfoMutable->Id)) spellInfoMutable->AttributesCu |= SPELL_ATTR0_CU_IS_TALENT; + if (G3D::fuzzyNe(spellInfoMutable->Width, 0.0f)) + spellInfoMutable->AttributesCu |= SPELL_ATTR0_CU_CONE_LINE; + switch (spellInfoMutable->SpellFamilyName) { case SPELLFAMILY_WARRIOR: |
