Merge pull request #4800 from Chaplain/cleanup

Core/Spells: Fix issue in CAST_FLAG_ADJUST_MISSILE handling. Thx rsa (R2) for pointing.
This commit is contained in:
QAston
2012-01-14 04:43:08 -08:00

View File

@@ -3877,7 +3877,7 @@ void Spell::SendSpellGo()
if (castFlags & CAST_FLAG_ADJUST_MISSILE)
{
data << m_targets.GetElevation();
data << uint32(m_targets.GetSpeedXY()*m_targets.GetSpeedZ()*2);
data << uint32(m_delayMoment);
}
if (castFlags & CAST_FLAG_AMMO)