Skip to content

Commit

Permalink
Never seem to send this on smsg_spell_start
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Aug 4, 2017
1 parent 63f8092 commit 1c894d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/game/Spells/Spell.cpp
Expand Up @@ -4074,9 +4074,6 @@ void Spell::SendSpellStart() const
if (HasPersistentAuraEffect(m_spellInfo))
castFlags |= CAST_FLAG_PERSISTENT_AA;

if (m_CastItem)
castFlags |= CAST_FLAG_UNKNOWN7;

if (m_spellInfo->runeCostID)
castFlags |= CAST_FLAG_UNKNOWN19;

Expand Down

0 comments on commit 1c894d7

Please sign in to comment.