mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user