From 1c894d7e3a7e5c85655edee5cad9b96ff320d978 Mon Sep 17 00:00:00 2001 From: killerwife Date: Sat, 14 Jan 2017 19:57:42 +0100 Subject: [PATCH] Never seem to send this on smsg_spell_start --- src/game/Spells/Spell.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/game/Spells/Spell.cpp b/src/game/Spells/Spell.cpp index 2402a003207..32ba2ba7e79 100644 --- a/src/game/Spells/Spell.cpp +++ b/src/game/Spells/Spell.cpp @@ -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;